revert: feat(transformers): collect information about di dependencies and providers
This reverts commit 86c40f8474
.
Reason: new issues were discovered during the g3sync. @vsavkin is working on fixing them.
This commit is contained in:
@ -1,8 +1,6 @@
|
||||
import {ChangeDetector} from './interfaces';
|
||||
import {ChangeDetectionStrategy} from './constants';
|
||||
import {Injectable} from 'angular2/src/core/di';
|
||||
|
||||
@Injectable()
|
||||
export abstract class ChangeDetectorRef {
|
||||
/**
|
||||
* Marks all {@link ChangeDetectionStrategy#OnPush} ancestors as to be checked.
|
||||
|
Reference in New Issue
Block a user