Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@rahulsahay19
Created November 14, 2017 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rahulsahay19/40eed11892dfd969c2e858b8c252e19e to your computer and use it in GitHub Desktop.
Save rahulsahay19/40eed11892dfd969c2e858b8c252e19e to your computer and use it in GitHub Desktop.
app.component.ts
import { Component } from '@angular/core';
@Component({
selector: 'app-root',
template: `
<div class="container"><h1>Code Splitting in Angular 4</h1></div>
<router-outlet></router-outlet>
`
})
export default class AppComponent {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment