Skip to content

Instantly share code, notes, and snippets.

@Mitya88
Created December 19, 2018 07:05
Show Gist options
  • Save Mitya88/294596bb606b6c1bd2bde5753a9cb9df to your computer and use it in GitHub Desktop.
Save Mitya88/294596bb606b6c1bd2bde5753a9cb9df to your computer and use it in GitHub Desktop.
ImportSpeakModules
import { ScTabsModule } from '@speak/ng-bcl/tabs';
import { ScTableModule } from '@speak/ng-bcl/table';
import { ScButtonModule } from '@speak/ng-bcl/button';
// Add imported modules to import section
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
FormsModule,
.....
ScButtonModule,
ScTabsModule,
ScTableModule,
....
]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment