问题标签 [angular2-material]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
meteor - 任何 Angular2 Meteor Material 工作示例?
回到那天,我成功地创建了一个带有流星和火焰的应用程序,并将材料设计应用于它。
不用说,我很兴奋meteor和angular正在配对,所以几周前我终于有时间试一试。
但是,无论我尝试什么,我都无法让 Material UI 与 angular2-meteor 一起使用。
我今天早上克隆并尝试了https://github.com/Urigo/meteor-angular2.0-socially,但无法让它工作 - 无论我修复了多少错误,它仍然会找到新的错误。现在它声称它找不到scss和html文件,它们就在那里,甚至EDA也可以通过ctrl+click找到它.....
我克隆并尝试了https://github.com/0mkara/meteor-ng-material-baby - 同样的事情,无穷无尽的错误,无法让它工作......
长话短说,是否有任何适用于流星 angular2 材料的教程或可克隆包?
angular - 使用 ng-template 时出现角度材料错误
我想使用具有相同链接的导航栏使用不同的 UI 使用 Angular 材料(2+)。
我试图<ng-template>
用指令包围链接来做到这一点mat-tab-link
,但我在控制台中收到以下错误:
ERROR 错误:StaticInjectorError(AppModule)[MatTabLink -> MatTabNav]: StaticInjectorError(Platform: core)[MatTabLink -> MatTabNav]: NullInjectorError: 没有 MatTabNav 的提供者!
复现步骤:使用官方示例
我只是像这样更改html:
不是ng-template
应该在里面渲染<ng-container>
吗?