Skip to content

Instantly share code, notes, and snippets.

@molcik
Created September 26, 2017 13:18
Show Gist options
  • Save molcik/25d8e0dfe77282697c6d3b8f3fc6f328 to your computer and use it in GitHub Desktop.
Save molcik/25d8e0dfe77282697c6d3b8f3fc6f328 to your computer and use it in GitHub Desktop.
import { Component } from '@angular/core';
@Component({
template: '<p>Lazy Component</p>'
})
export class LazyComponent {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment