angular_analyzer_plugin icon indicating copy to clipboard operation
angular_analyzer_plugin copied to clipboard

Export classes are not handled by the analyser

Open e-belair opened this issue 6 years ago • 0 comments

I've exported DateTime in the component to use it in the template then I got the error shown below:

@Component(
    selector: 'my-app',
    templateUrl: 'app_component.html',
    directives: [],
    exports: [RoutePaths, Routes, DateTime],
)

image

e-belair avatar Feb 15 '19 12:02 e-belair