integration_spec.ts (angular-11.0.1) | : | integration_spec.ts (angular-11.0.2) | ||
---|---|---|---|---|
/** | /** | |||
* @license | * @license | |||
* Copyright Google LLC All Rights Reserved. | * Copyright Google LLC All Rights Reserved. | |||
* | * | |||
* Use of this source code is governed by an MIT-style license that can be | * Use of this source code is governed by an MIT-style license that can be | |||
* found in the LICENSE file at https://angular.io/license | * found in the LICENSE file at https://angular.io/license | |||
*/ | */ | |||
import {RendererType2} from '../../src/render/api'; | import {RElement} from '@angular/core/src/render3/interfaces/renderer_dom'; | |||
import {RendererType2} from '../../src/render/api_flags'; | ||||
import {getLContext} from '../../src/render3/context_discovery'; | import {getLContext} from '../../src/render3/context_discovery'; | |||
import {AttributeMarker, ɵɵadvance, ɵɵattribute, ɵɵdefineComponent, ɵɵdefineDire ctive, ɵɵhostProperty, ɵɵproperty} from '../../src/render3/index'; | import {AttributeMarker, ɵɵadvance, ɵɵattribute, ɵɵdefineComponent, ɵɵdefineDire ctive, ɵɵhostProperty, ɵɵproperty} from '../../src/render3/index'; | |||
import {ɵɵelement, ɵɵelementEnd, ɵɵelementStart, ɵɵprojection, ɵɵprojectionDef, ɵɵtemplate, ɵɵtext} from '../../src/render3/instructions/all'; | import {ɵɵelement, ɵɵelementEnd, ɵɵelementStart, ɵɵprojection, ɵɵprojectionDef, ɵɵtemplate, ɵɵtext} from '../../src/render3/instructions/all'; | |||
import {MONKEY_PATCH_KEY_NAME} from '../../src/render3/interfaces/context'; | import {MONKEY_PATCH_KEY_NAME} from '../../src/render3/interfaces/context'; | |||
import {RenderFlags} from '../../src/render3/interfaces/definition'; | import {RenderFlags} from '../../src/render3/interfaces/definition'; | |||
import {domRendererFactory3, RElement, Renderer3, RendererFactory3} from '../../ src/render3/interfaces/renderer'; | import {domRendererFactory3, Renderer3, RendererFactory3} from '../../src/render 3/interfaces/renderer'; | |||
import {CONTEXT, HEADER_OFFSET} from '../../src/render3/interfaces/view'; | import {CONTEXT, HEADER_OFFSET} from '../../src/render3/interfaces/view'; | |||
import {ɵɵsanitizeUrl} from '../../src/sanitization/sanitization'; | import {ɵɵsanitizeUrl} from '../../src/sanitization/sanitization'; | |||
import {Sanitizer} from '../../src/sanitization/sanitizer'; | import {Sanitizer} from '../../src/sanitization/sanitizer'; | |||
import {SecurityContext} from '../../src/sanitization/security'; | import {SecurityContext} from '../../src/sanitization/security'; | |||
import {NgIf} from './common_with_def'; | import {NgIf} from './common_with_def'; | |||
import {ComponentFixture, MockRendererFactory, renderToHtml} from './render_util '; | import {ComponentFixture, MockRendererFactory, renderToHtml} from './render_util '; | |||
describe('render3 integration test', () => { | describe('render3 integration test', () => { | |||
describe('render', () => { | describe('render', () => { | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 3 lines changed or added |