Overriding templates in testing

Sometimes it is necessary to override templates during testing. Angular has now simplified overriding templates, as follows:

TestBed.overrideTemplate(BookComponent,   '<h1>{{book.title}}</h1>');   

Before that, we need to build JSON and pass it.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset