angulardart / angular_components

The official Material Design components for AngularDart. Used at Google in production apps.

Home Page:https://pub.dev/packages/angular_components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do i get suggestions when typing for angular_components WebStorm

mranhtu opened this issue · comments

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

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.

It worked. Thank you so much!!!