Created
June 22, 2018 06:37
-
-
Save JiaLiPassion/31c81eebf71862050f52de1bdde71701 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
@NgModule({ | |
imports: [ | |
BrowserModule | |
], | |
declarations: [HelloComponent], | |
entryComponents: [HelloComponent] | |
}) | |
export class CustomElementsModule { | |
ngDoBootstrap() {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment