angular spinner example:Angular 10中的Spinner示例Bootstrap和Font很棒 源码
微调器 Angular 10,Bootstrap和Font-awsome中的简单干净的微调器组件 开发服务器 为开发服务器运行ng serve 。 导航到http://localhost:4200/ 。 如果您更改任何源文件,该应用程序将自动重新加载。 截屏 用法 在根模块( AppModule )中导入SpinnerModule : import { NgModule } from "@angular/core" ; // Import library module import { SpinnerModule } from "./shared/spinner/spinner.module" ; @ NgModule ( { imports : [ // ... SpinnerModule , ] , schemas : [ ] , } ) export c
文件列表
angular-spinner-example-main.zip
(预估有个40文件)
angular-spinner-example-main
tsconfig.app.json
292B
package.json
1KB
tslint.json
3KB
tsconfig.spec.json
338B
angular.json
3KB
package-lock.json
523KB
snippet.txt
9KB
src
test.ts
753B
暂无评论