0.0.8 • Published 5 years ago

demolibag v0.0.8

Weekly downloads
24
License
-
Repository
-
Last release
5 years ago

#demolibag

This angular component is created for making forms. For now one component is added in this library.

<dm-demo></dm-demo>

How to use ?

Include our demolibag in app.module.ts.

import { DemoModule } from 'demolibag';
 
@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    DemoModule //<-- add the module in imports
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }

Add the component where the form is needed in your application.

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago