angulardart / angular_components

The official Material Design components for AngularDart. Used at Google in production apps.
https://pub.dev/packages/angular_components
372 stars 123 forks source link

How do i get suggestions when typing for angular_components WebStorm #454

Closed mranhtu closed 4 years ago

mranhtu commented 4 years ago

How do i get suggestions when typing for angular_components WebStorm

WebStorm ver2019.3

Screen Shot 2019-12-11 at 17 47 47
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 4 years ago

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 4 years ago

It worked. Thank you so much!!!