angular/tools/public_api_guard
Victor Savkin c631cfc2fd feat(core): add NO_ERRORS_SCHEMA that allows any properties to be set on any element (#10956)
Often it is useful to test a component without rendering certain directives/components
in its template because these directives require some complicated setup.

You can do that by using NO_ERRORS_SCHEMA.

TestBed.configureTestingModule({
  schemas: [NO_ERRORS_SCHEMA]
});

This would disable all schema checks in your tests.
2016-08-19 16:05:34 -07:00
..
common Remove component resolver (#10858) 2016-08-16 16:48:32 -07:00
compiler feat(compiler): support sync runtime compile 2016-06-28 10:26:16 -07:00
core feat(core): add NO_ERRORS_SCHEMA that allows any properties to be set on any element (#10956) 2016-08-19 16:05:34 -07:00
forms chore(forms): update forms labels (#10873) 2016-08-17 07:44:39 -07:00
http refactor(http): Removed deprecated HTTP_PROVIDERS and JSONP_PROVIDERS (#10864) 2016-08-17 07:43:31 -07:00
platform-browser feat(core): Throw a descriptive error when BrowserModule is installed a second time (via lazy loading). (#10899) 2016-08-18 13:34:28 -07:00
platform-browser-dynamic fix(platform-browser-dynamic): Rename CACHED_TEMPLATE_PROVIDER to RESOURCE_CACHE_PROVIDER (#10866) 2016-08-17 09:24:44 -07:00
platform-server cleanup(platform): removed webworker and server deprecated apis (#10745) 2016-08-15 13:44:01 -07:00
router refactor(router): update stability labels (#10902) 2016-08-17 15:35:30 -07:00
upgrade refactor(NgUpgrade): remove deprecated addProvider 2016-08-12 17:59:30 -07:00