需要切换按钮而不是复选框

时间:2016-11-29 06:37:59

标签: angular twitter-bootstrap-3 angular-ui-bootstrap

我在项目中使用过Angular2,Gulp和Bootstrap3。任何人都可以帮助我在我的html页面中实现开关而不是复选框吗? 我在网站https://github.com/yuyang041060120/angular2-ui-switch

上找到了一个解决方案

但不是通过以下方式下载:

npm install angular2-switches-ui --save

我可以将它添加到我的package.json中,以便我的应用程序托管的目标系统即服务器,我不需要运行该命令。

我的main.ts文件如下:

import { UiSwitchModule } from 'angular2-ui-switch';
import { ROUTER_PROVIDERS} from '@router-depricated'
import { AppComponent } from './app.component';

bootstrap (AppComponent,[
  UiSwitchModule,
    ROUTER_PROVIDERS
    ]);
  })
  export class AppModule {
}

所以运行命令

npm install angular2-switches-ui --save

但是它向我显示了这个错误 错误:(SystemJS)XHR错误(404 Not Found)loading node_modules / angular2-ui-switch.js

0 个答案:

没有答案