ngx-ts-serializer
TypeScript icon, indicating that this package has built-in type declarations

1.1.0-rc.3 • Public • Published

ngx-ts-serializer

npm version NPM GitHub repo size GitHub last commit GitHub issues GitHub top language

Summary

Introduction

Ngx-Ts-Serializer is a angular wrapper of ts-serializer-core library.

Installation

npm i ngx-ts-serializer

How to use

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    NgxTsSerializerModule
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule {
}
 
@Component({
  selector: 'app-root',
  templateUrl: './app.component.html',
  styleUrls: ['./app.component.css']
})
export class AppComponent {
 
  public constructor(serialize: NgxTsSerializerService) {
    
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i ngx-ts-serializer

Weekly Downloads

21

Version

1.1.0-rc.3

License

ISC

Unpacked Size

75.1 kB

Total Files

29

Last publish

Collaborators

  • thomasnisole