[ADF-1583] Fix change detection error (the quick way) (#2396)

* Fix change detection error (the quick way)

* Fix it the second time
This commit is contained in:
Popovics András
2017-09-29 17:49:01 +01:00
committed by Eugenio Romano
parent cf0b45acb6
commit 9f0e40a6e8
5 changed files with 40 additions and 21 deletions

View File

@@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { DebugElement } from '@angular/core';
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { MaterialModule } from '../../material.module';