0.0.35 • Published 3 years ago

@lamnhan/ngx-useful v0.0.35

Weekly downloads
14
License
MIT
Repository
github
Last release
3 years ago

@lamnhan/ngx-useful

A collection of helpful Angular services, pipes, ....

Getting started

Install ngx-useful:

npm i @lamnhan/ngx-useful

You may also want to install Unistylus.

npm i @unistylus/core @unistylus/bootstrap

Basic 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.

ClassDescription
RouterExternalActiveDirectiveModule
RouterLinkDirectiveModule
UsefulModule
ClassDescription
AlertService
AppServiceGeneral 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
NavServiceAdvanced navigation
NetworkService
NotifyService(DON'T USE YET) Notify service
PersonaService
PlayerService
PwaService
SettingService
StorageService
UserService
ClassDescription
AgoPipe
CurrencyxPipe
DatexPipe
FilterPipe
ListPipe
O1iPipeSelect the 1st item in an object
O2aPipeTurn an object of items into an array
SafePipeMark an url or a HTML content as safe from XSS

License

@lamnhan/ngx-useful is released under the MIT license.

0.0.35

3 years ago

0.0.34

3 years ago

0.0.33

3 years ago

0.0.32

3 years ago

0.0.30

3 years ago

0.0.31

3 years ago

0.0.29

3 years ago

0.0.28

3 years ago

0.0.27

3 years ago

0.0.25

3 years ago

0.0.26

3 years ago

0.0.24

3 years ago

0.0.22

3 years ago

0.0.23

3 years ago

0.0.20

3 years ago

0.0.21

3 years ago

0.0.19

3 years ago

0.0.18

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.1

3 years ago

0.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago