How do i get suggestions when typing for angular_components WebStorm
mranhtu opened this issue · 2 comments
mranhtu commented
How do i get suggestions when typing for angular_components WebStorm
dependencies:
angular: ^6.0.0-alpha
angular_components: ^0.14.0-alpha
intl: ^0.15.0
google_maps: ^3.4.1
skawa_components: ^1.2.1
skawa_material_components: ^1.2.1
sass_builder: ^2.1.2
dev_dependencies:
angular_test: ^2.3.0
build_runner: ^1.6.0
build_test: ^0.10.8
build_web_compilers: ^2.3.0
pedantic: ^1.8.0
test: ^1.6.0
nshahan commented
The Angular and AngularJS plugin you are showing is not built for AngularDart. You will want to activate the angular plugin for the dart analyzer. https://github.com/dart-lang/angular/tree/master/angular_analyzer_plugin
See the install instructions in the README.
mranhtu commented
It worked. Thank you so much!!!