1.1.0-rc.3 • Published 5 years ago
ngx-ts-serializer v1.1.0-rc.3
ngx-ts-serializer
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) {
}
}
1.1.0-rc.3
5 years ago
1.1.0-rc.2
5 years ago
1.1.0-rc.1
5 years ago
1.0.6
6 years ago
1.0.4
6 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.0
7 years ago