Skip to content

Instantly share code, notes, and snippets.

View LatinWarrior's full-sized avatar

Luis LatinWarrior

View GitHub Profile
@LatinWarrior
LatinWarrior / customer.ts
Created May 24, 2017 01:11
Code snippet for importing router in Angular
import{ RouterModule } from'@angular/router';
...
@NgModule({
imports: [
SharedModule,
RouterModule.forChild([])
],
declarations: [
CustomerListComponent,
...
@LatinWarrior
LatinWarrior / introrx.md
Created January 22, 2017 14:54 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing