我是angular2的新手(甚至不知道棱角分明)。正在使用golden layout和ag-grid。
我需要使用DynamicComponentLoader
所以我用过:
import {ApplicationRef, Directive, ElementRef, Input, DynamicComponentLoader, ComponentRef, Injector} from '@angular/core';
但我收到的错误是:
89:151-173“@ angular / core'中未找到”export'FynamicComponentLoader'
那么,我该如何导入呢?我需要从某个地方添加它吗?
我也不明白从@angular/core
导入和从angular2/core
导入的区别。 (对不起,如果这听起来很愚蠢),但我看到一些项目使用'angular2 / core'而有些'@ angular.core'。我们可以起诉两个吗?因为DynamicComponentLoader
中有angular2/core
。