feat(facade): add support for async validators returning observables

Closes #5032
This commit is contained in:
vsavkin
2015-11-05 17:18:16 -08:00
committed by Victor Savkin
parent 2c201d3f34
commit 4439106a1f
6 changed files with 112 additions and 26 deletions

View File

@ -1,7 +1,7 @@
import {Inject, Injectable, OpaqueToken} from 'angular2/src/core/di';
import {MapWrapper, Map} from 'angular2/src/core/facade/collection';
import {isPresent, isBlank, CONST_EXPR} from 'angular2/src/core/facade/lang';
import {MapWrapper, Map} from 'angular2/src/core/facade/collection';
import * as viewModule from './view';