- Notifications
You must be signed in to change notification settings - Fork44
aspnetboilerplate/abp-ng2-module
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Issues of this repository are tracked onhttps://github.com/aspnetboilerplate/aspnetboilerplate. Please create your issues onhttps://github.com/aspnetboilerplate/aspnetboilerplate/issues.
To install this library, run:
$ npm install abp-ng2-module --save
To generate all*.js
,*.js.map
and*.d.ts
files:
$ ng build abp-ng2-module --configuration=production
In order to use AbpHttpInterceptor in your module, first import it and AbpHttpInterceptor into your module like below;
import{AbpModule}from'@abp/abp.module';import{AbpHttpInterceptor}from'@abp/abpHttpInterceptor';import{HTTP_INTERCEPTORS}from'@angular/common/http';
then, add it to your module providers like below;
imports:[///other imports],providers:[///other providers{provide:HTTP_INTERCEPTORS,useClass:AbpHttpInterceptor,multi:true}]
MIT
About
Angular module wraps abp javascript API as angular services.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors14
Uh oh!
There was an error while loading.Please reload this page.