Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是一名编程初学者,我正在尝试构建一个 AngularJS 应用程序,我正在使用 yeoman 生成器“cg-angular”,我想将三角形材料设计模板包含到我的 AngularJS 应用程序中。
您必须做两件事才能在现有项目中进行三角运行
1)加载三角形CSS和额外的包CSS
2)加载三角Javascript和额外的包Javascript
下面提供了这两个步骤的代码。
我们创建了一个使用 bower 运行三角形的示例应用程序,它可以在 extras/triangular-seed/ 文件夹内的主下载 zip 中找到。
为了更好地理解,请遵循三角形角材料文档
三角文档