attrs_utils.ts (angular-11.0.1) | : | attrs_utils.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 {CharCode} from '../../util/char_code'; | import {CharCode} from '../../util/char_code'; | |||
import {AttributeMarker, TAttributes} from '../interfaces/node'; | import {AttributeMarker, TAttributes} from '../interfaces/node'; | |||
import {CssSelector} from '../interfaces/projection'; | import {CssSelector} from '../interfaces/projection'; | |||
import {isProceduralRenderer, ProceduralRenderer3, RElement, Renderer3} from '.. | import {isProceduralRenderer, ProceduralRenderer3, Renderer3} from '../interface | |||
/interfaces/renderer'; | s/renderer'; | |||
import {RElement} from '../interfaces/renderer_dom'; | ||||
/** | /** | |||
* Assigns all attribute values to the provided element via the inferred rendere r. | * Assigns all attribute values to the provided element via the inferred rendere r. | |||
* | * | |||
* This function accepts two forms of attribute entries: | * This function accepts two forms of attribute entries: | |||
* | * | |||
* default: (key, value): | * default: (key, value): | |||
* attrs = [key1, value1, key2, value2] | * attrs = [key1, value1, key2, value2] | |||
* | * | |||
* namespaced: (NAMESPACE_MARKER, uri, name, value) | * namespaced: (NAMESPACE_MARKER, uri, name, value) | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 3 lines changed or added |