style(lint): re-format modules/@angular
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import {By} from '@angular/platform-browser';
|
||||
import {DebugElement} from '@angular/core';
|
||||
import {By} from '@angular/platform-browser';
|
||||
|
||||
var debugElement: DebugElement;
|
||||
class MyDirective {}
|
||||
|
@ -1,5 +1,5 @@
|
||||
import {Component} from "@angular/core";
|
||||
import {ELEMENT_PROBE_PROVIDERS, bootstrap} from "@angular/platform-browser";
|
||||
import {Component} from '@angular/core';
|
||||
import {ELEMENT_PROBE_PROVIDERS, bootstrap} from '@angular/platform-browser';
|
||||
|
||||
@Component({selector: 'my-component'})
|
||||
class MyAppComponent {
|
||||
|
Reference in New Issue
Block a user