Skip to content

Commit 21ee209

Browse files
author
borysn
committed
use-strict not needed
1 parent dacf236 commit 21ee209

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

frontend/src/app/calendar/calendar.component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
'use strict';
2-
31
import { Component } from '@angular/core';
42
import { ROUTER_DIRECTIVES } from '@angular/router';
53
import { AlertComponent, DATEPICKER_DIRECTIVES } from 'ng2-bootstrap/ng2-bootstrap';

frontend/src/app/hello/hello.component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
'use strict';
2-
31
import { Component } from '@angular/core';
42
import { CORE_DIRECTIVES } from '@angular/common';
53
import { ROUTER_DIRECTIVES } from '@angular/router';

frontend/src/app/hello/hello.service.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
'use strict';
2-
31
import { Injectable, Inject } from '@angular/core';
42
import { Http, Response } from '@angular/http';
53
import 'rxjs/add/operator/map';

frontend/src/app/home/home.component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
'use strict';
2-
31
import { Component } from '@angular/core';
42
import { ROUTER_DIRECTIVES } from '@angular/router';
53

0 commit comments

Comments
 (0)