npm install --save ngx-loading
在app.module.ts中引入
import {NgxLoadingModule} from 'ngx-loading';
imports: [
NgxLoadingModule
]
使用
<ngx-loading [show]="loading" [config]="{ backdropBorderRadius: '14px' }"></ngx-loading>
npm install --save ngx-loading
在app.module.ts中引入
import {NgxLoadingModule} from 'ngx-loading';
imports: [
NgxLoadingModule
]
使用
<ngx-loading [show]="loading" [config]="{ backdropBorderRadius: '14px' }"></ngx-loading>
本文标题:1.5 AngularJS 加载界面
本文链接:https://www.haomeiwen.com/subject/mkgmyctx.html
网友评论