6.1.0-rc.1 • Published 8 months ago
@paddls/ngx-serializer v6.1.0-rc.1
NgxSerializer
Informations
:warning: Since version 1.0.7,
ngx-serializer
andts-serializer
have been published under@paddls
namespace. We continue to maintain@witty-services
namespace, but now,ngx-serializer
depends on@paddls/ts-serializer
Summary
Introduction
NgxSerializer is an angular wrapper of ts-serializer library. You can get more infos on TS Serializer library documentation page.
Installation
npm i @paddls/ngx-serializer
Recommended Angular versions
Angular | NgxSerializer |
---|---|
18.0.0 and above | 6.0.0 and above |
17.0.0 and above | 5.0.0 and above |
16.0.0 and above | 4.0.0 and above |
15.0.0 and above | 3.0.0 and above |
14.0.0 and above | 2.0.0 and above |
8.0.0 and above | 1.0.0 and above |
How to use
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
NgxSerializerModule.forRoot() /** @deprecated */
],
providers: [
provideNgxSerializer()
],
bootstrap: [AppComponent]
})
export class AppModule {
}
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
public constructor(serialize: NgxSerializerService) {
}
}
You can also use serialize
, serializeAll
, deserialize
and deserializeAll
rxJS operators in your observables.
6.1.0-rc.0
8 months ago
6.1.0-rc.1
8 months ago
6.0.0
9 months ago
5.0.0
1 year ago
4.1.0
1 year ago
4.0.0
2 years ago
3.1.0
2 years ago
3.0.0
2 years ago
2.0.1
2 years ago
2.0.0-rc.0
3 years ago
1.0.9
3 years ago
1.0.9-rc.0
3 years ago
1.0.8
3 years ago
1.0.8-rc.0
3 years ago
1.0.7
3 years ago
1.0.7-rc.2
3 years ago
1.0.7-rc.1
3 years ago
1.0.7-rc.0
3 years ago