| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,5 +6,5 @@ import {PlatformLocation} from 'angular2/platform/common'; | |||
| 6 | 6 | ||
| 7 | 7 | export const ROUTER_PROVIDERS: any[] = /*@ts2dart_const*/[ | |
| 8 | 8 | ROUTER_PROVIDERS_COMMON, | |
| 9 | - /*@ts2dart_Provider*/{provide: PlatformLocation, useClass: BrowserPlatformLocation}, | ||
| 9 | + /*@ts2dart_Provider*/ {provide: PlatformLocation, useClass: BrowserPlatformLocation}, | ||
| 10 | 10 | ]; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,8 +4,8 @@ import {BaseException} from 'angular2/src/facade/exceptions'; | |||
| 4 | 4 | import {ChangeDetectorRef} from '../change_detector_ref'; | |
| 5 | 5 | import {KeyValueDiffer, KeyValueDifferFactory} from '../differs/keyvalue_differs'; | |
| 6 | 6 | ||
| 7 | + /* @ts2dart_const */ | ||
| 7 | 8 | export class DefaultKeyValueDifferFactory implements KeyValueDifferFactory { | |
| 8 | - /* @ts2dart_const */ | ||
| 9 | 9 | constructor() {} | |
| 10 | 10 | supports(obj: any): boolean { return obj instanceof Map || isJsObject(obj); } | |
| 11 | 11 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -71,8 +71,8 @@ export class ComponentRef_ extends ComponentRef { | |||
| 71 | 71 | ||
| 72 | 72 | const EMPTY_CONTEXT = /*@ts2dart_const*/new Object(); | |
| 73 | 73 | ||
| 74 | + /*@ts2dart_const*/ | ||
| 74 | 75 | export class ComponentFactory { | |
| 75 | - /* @ts2dart_const */ | ||
| 76 | 76 | constructor(public selector: string, private _viewFactory: Function, | |
| 77 | 77 | private _componentType: Type) {} | |
| 78 | 78 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments