refactor(change_detection): replaced devMode with ChangeDetectorGenConfig
This commit is contained in:
@ -23,7 +23,7 @@ export function main() {
|
||||
|
||||
beforeEach(() => {
|
||||
proto = new SpyProtoChangeDetector();
|
||||
def = new ChangeDetectorDefinition('id', null, [], [], [], [], true);
|
||||
def = new ChangeDetectorDefinition('id', null, [], [], [], [], null);
|
||||
});
|
||||
|
||||
it("should return a proto change detector when one is available", () => {
|
||||
|
Reference in New Issue
Block a user