angular_analyzer_plugin
angular_analyzer_plugin copied to clipboard
Export classes are not handled by the analyser
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],
)
