Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Angular module wraps abp javascript API as angular services.

NotificationsYou must be signed in to change notification settings

aspnetboilerplate/abp-ng2-module

Repository files navigation

Issues of this repository are tracked onhttps://github.com/aspnetboilerplate/aspnetboilerplate. Please create your issues onhttps://github.com/aspnetboilerplate/aspnetboilerplate/issues.

abp-ng2-module

Installation

To install this library, run:

$ npm install abp-ng2-module --save

Development

To generate all*.js,*.js.map and*.d.ts files:

$ ng build abp-ng2-module --configuration=production

AbpHttpInterceptor

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}]

License

MIT

About

Angular module wraps abp javascript API as angular services.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors14


[8]ページ先頭

©2009-2025 Movatter.jp