Created
September 26, 2017 13:18
-
-
Save molcik/25d8e0dfe77282697c6d3b8f3fc6f328 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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