File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ export class UISref implements OnChanges {
105
105
*/
106
106
public targetState$ = new ReplaySubject < TargetState > ( 1 ) ;
107
107
108
- /** @internalapi */ private _emit : boolean = false ;
108
+ /** @internalapi */ private _emit = false ;
109
109
/** @internalapi */ private _statesSub : Subscription ;
110
110
/** @internalapi */ private _router : UIRouter ;
111
111
/** @internalapi */ private _anchorUISref : AnchorUISref ;
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export function ng2ViewsBuilder(state: StateObject) {
41
41
let id = 0 ;
42
42
export class Ng2ViewConfig implements ViewConfig {
43
43
$id : number = id ++ ;
44
- loaded : boolean = true ;
44
+ loaded = true ;
45
45
46
46
constructor ( public path : PathNode [ ] , public viewDecl : Ng2ViewDeclaration ) { }
47
47
You can’t perform that action at this time.
0 commit comments