0.0.35 • Published 4 years ago
@lamnhan/ngx-useful v0.0.35
@lamnhan/ngx-useful
A collection of helpful Angular services, pipes, ....
Getting started
Install ngx-useful:
npm i @lamnhan/ngx-usefulYou may also want to install Unistylus.
npm i @unistylus/core @unistylus/bootstrapBasic usage, three steps to use a service:
// 1. provide services in ---> app.module.ts
{ ..., providers: [AppService], ... }
// 2. init services in ---> app.component.ts
this.appService.init(...);
// 3. inject where needed
constructor(private appService: AppService) {}See guides for more articles. Also see the list of: services, pipes, directives, guards.
| Class | Description |
|---|---|
| RouterExternalActiveDirectiveModule | |
| RouterLinkDirectiveModule | |
| UsefulModule |
| Class | Description |
|---|---|
| AlertService | |
| AppService | General app related methods |
| AuthService | |
| CacheService | |
| CartService | (DON'T USE YET) Shopping cart related actions |
| CurrencyService | (DON'T USE YET) Currency service |
| DatabaseService | |
| DateService | (DON'T USE YET) Date service |
| ErrorService | |
| FetchService | |
| GuardService | |
| HelperService | |
| LocalstorageService | |
| MetaService | |
| ModalService | |
| NavService | Advanced navigation |
| NetworkService | |
| NotifyService | (DON'T USE YET) Notify service |
| PersonaService | |
| PlayerService | |
| PwaService | |
| SettingService | |
| StorageService | |
| UserService |
| Class | Description |
|---|---|
| AgoPipe | |
| CurrencyxPipe | |
| DatexPipe | |
| FilterPipe | |
| ListPipe | |
| O1iPipe | Select the 1st item in an object |
| O2aPipe | Turn an object of items into an array |
| SafePipe | Mark an url or a HTML content as safe from XSS |
License
@lamnhan/ngx-useful is released under the MIT license.
0.0.35
4 years ago
0.0.34
4 years ago
0.0.33
4 years ago
0.0.32
4 years ago
0.0.30
4 years ago
0.0.31
4 years ago
0.0.29
4 years ago
0.0.28
4 years ago
0.0.27
4 years ago
0.0.25
4 years ago
0.0.26
4 years ago
0.0.24
4 years ago
0.0.22
4 years ago
0.0.23
4 years ago
0.0.20
4 years ago
0.0.21
4 years ago
0.0.19
4 years ago
0.0.18
4 years ago
0.0.17
4 years ago
0.0.16
4 years ago
0.0.14
4 years ago
0.0.15
4 years ago
0.0.12
4 years ago
0.0.13
4 years ago
0.0.11
4 years ago
0.0.10
4 years ago
0.0.9
4 years ago
0.0.8
4 years ago
0.0.5
5 years ago
0.0.4
5 years ago
0.0.7
4 years ago
0.0.6
4 years ago
0.0.3
5 years ago
0.0.1
5 years ago
0.0.2
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago