0
我有我的角4個組件文件結構像下面的層級 -角4 - 包括像SASS HTML文件_partial
-----add-form
-------_textfield.html
-------_teaxarea.html
-------add-form.component.ts
-------add-form.component.html
-------add-form.directives.ts
我一直在努力,包括內add-form.component.html
像的SASS
或include()
_partials _textfield.html
或_textarea.html
文件PHP。
我試圖用ng-iinclude
與下面的代碼 -
<div ng-include="'_textfield.html'"></div>
但最終輸出本身。包含這些文件的最佳方式是什麼?
我在同樣的嘗試,但不能做到這一點 - https://stackoverflow.com/questions/45998572/angular-4-component-selector-不工作的功能於定製指令 – user3384985