Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. import { Component } from '@angular/core';
  2.  
  3. @Component({
  4. template: '<p>Lazy Component</p>'
  5. })
  6. export class LazyComponent {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement