Skip to content

Instantly share code, notes, and snippets.

View cmjunior's full-sized avatar

Celso Marigo Junior cmjunior

  • MEI
View GitHub Profile
@staltz
staltz / introrx.md
Last active July 22, 2024 09:31
The introduction to Reactive Programming you've been missing
@davideas
davideas / responsive-stepper.component.ts
Last active December 12, 2022 15:57
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,