angular/modules/@angular/compiler/src/schema
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
..
dom_element_schema_registry.ts 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
dom_security_schema.ts feat(security): categorize <track src> as a regular URL. 2016-07-21 13:53:35 -07:00
element_schema_registry.ts fix(core): support components without a selector (#10331) 2016-07-28 10:39:10 -07:00