feat(Change Detection): Implement map changes
This commit is contained in:

committed by
Rado Kirov

parent
1bd304e7ab
commit
0a766f4654
@ -3,7 +3,10 @@ import {ListWrapper} from 'facade/collection';
|
||||
import {ProtoWatchGroup, WatchGroup, WatchGroupDispatcher} from 'change_detection/watch_group';
|
||||
import {Record} from 'change_detection/record';
|
||||
import {ProtoElementInjector, ElementInjector} from './element_injector';
|
||||
import {ElementBinder} from './element_binder';
|
||||
// Seems like we are stripping the generics part of List and dartanalyzer
|
||||
// complains about ElementBinder being unused. Comment back in once it makes it
|
||||
// into the generated code.
|
||||
// import {ElementBinder} from './element_binder';
|
||||
import {SetterFn} from 'change_detection/parser/closure_map';
|
||||
import {FIELD, IMPLEMENTS, int, isPresent, isBlank} from 'facade/lang';
|
||||
import {List} from 'facade/collection';
|
||||
|
Reference in New Issue
Block a user