Fix Angular 2 Tests with Karma
March 1, 2017 —Category: Software
Below are some fixes I had to apply in order to make Angular 2 tests work with karma . Binding Error : Can't bind to 'ngModel' since it isn't a known property of 'input' Solution : Import FormsModule in your test: Unknown component Error : 'custom-component' is not a known element Solution…