@southsystem/hello
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

Hello South System

Our first module! It's so nice

npm i -S @southsystem/hello
// src/app.module.ts
import { HelloModule } from '@southsystem/hello';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    HelloModule // <-- here
  ],
  providers: [],
  bootstrap: [AppComponent]
})
<!-- src/app.component.html -->
<sst-hello></sst-hello>

Readme

Keywords

none

Package Sidebar

Install

npm i @southsystem/hello

Weekly Downloads

4

Version

0.1.2

License

none

Unpacked Size

27.7 kB

Total Files

23

Last publish

Collaborators

  • arielpchara