Angular компилятор. js: 2175 Неперехваченная ошибка: шаблон, указанный для компонента, не является строкой - PullRequest
0 голосов
/ 09 июля 2020
compiler.js:2175 Uncaught Error: The template specified for component MyComponent is not a string
    at syntaxError (compiler.js:2175)
    at DirectiveNormalizer.normalizeTemplate (compiler.js:17416)
    at CompileMetadataResolver.loadDirectiveMetadata (compiler.js:19587)
    at compiler.js:25589
    at Array.forEach (<anonymous>)
    at compiler.js:25588
    at Array.forEach (<anonymous>)
    at JitCompiler._loadModules (compiler.js:25585)
    at JitCompiler._compileModuleAndComponents (compiler.js:25565)
    at JitCompiler.compileModuleAsync (compiler.js:25527)

Это было в проекте ionic / angular. Любые ответы будут оценены. спасибо

...