Skip to content

Instantly share code, notes, and snippets.

View cmjunior's full-sized avatar

Celso Marigo Junior cmjunior

  • MEI
View GitHub Profile
@cmjunior
cmjunior / responsive-stepper.component.ts
Created July 8, 2020 05:36 — forked from davideas/responsive-stepper.component.ts
Angular 8.x Responsive Stepper with headers disable feature
import { Directionality } from '@angular/cdk/bidi';
import { CdkStep, CdkStepper, StepperSelectionEvent } from '@angular/cdk/stepper';
import {
AfterViewChecked,
AfterViewInit,
ChangeDetectionStrategy,
ChangeDetectorRef,
Component,
ContentChildren,
ElementRef,