Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit 50c06a7

Browse files
chore(tslint): no-inferrable-types
1 parent 23f4aef commit 50c06a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/statebuilders/views.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export function ng1ViewsBuilder(state: StateObject) {
8383
let id = 0;
8484
export class Ng1ViewConfig implements ViewConfig {
8585
$id = id++;
86-
loaded: boolean = false;
86+
loaded = false;
8787
controller: Function; // actually IInjectable|string
8888
template: string;
8989
component: string;

0 commit comments

Comments
 (0)