You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the 'ng' shortcuts create import statements like: import { Component } from 'angular/core';
instead of: import { Component } from '@angular/core';
auto 'Enable automatic nesting' and 'Auto-nest selected items' do not work (even though automatic nesting is enabled). I have to manually right-click on my *.ts file to nest it under my *.html file.
The text was updated successfully, but these errors were encountered:
the 'ng' shortcuts create import statements like:
import { Component } from 'angular/core';
instead of:
import { Component } from '@angular/core';
auto 'Enable automatic nesting' and 'Auto-nest selected items' do not work (even though automatic nesting is enabled). I have to manually right-click on my *.ts file to nest it under my *.html file.
The text was updated successfully, but these errors were encountered: