标签: angular typescript
在Angular 2中我创建了一个指令,当我需要一个JSON文件时,该对象是empty,它正在寻找文件test.json.js:
empty
test.json.js
var tests = require('./test.json'); @Directive({ selector: 'textarea[test]' }) export class Test { ...