Skip to content

Commit 33aa1ed

Browse files
committed
docs: docker build tslint rule
1 parent 9475521 commit 33aa1ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/ng-ui-widgets-category/bottom-navigation/tips-and-tricks/tips-and-tricks.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import { Component } from "@angular/core";
33
@Component({
44
moduleId: module.id,
55
templateUrl: "./tips-and-tricks.component.html",
6-
styleUrls:["./tips-and-tricks.component.css"]
6+
styleUrls: ["./tips-and-tricks.component.css"]
77
})
88
export class BottomNavTipsAndTricksComponent { }

app/ng-ui-widgets-category/tabs/tips-and-tricks/tips-and-tricks.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import { Component } from "@angular/core";
33
@Component({
44
moduleId: module.id,
55
templateUrl: "./tips-and-tricks.component.html",
6-
styleUrls:["./tips-and-tricks.component.css"]
6+
styleUrls: ["./tips-and-tricks.component.css"]
77
})
88
export class TabsTipsAndTricksComponent { }

0 commit comments

Comments
 (0)