Revision b69a5148aaf8f165198d729b0298f95110f54d9a authored by Dario Piotrowicz on 01 January 2022, 13:11:47 UTC, committed by Andrew Scott on 06 January 2022, 00:22:43 UTC
In angular.io links to the AnimationBuilder.build method are broken and do not
point to the api docs page, fix such broken links

Also apply minor wording and related improvements

PR Close #44594
1 parent 2d14724
Raw File
test-events.js
/**
 * @license
 * Copyright Google LLC All Rights Reserved.
 *
 * 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
 */

Zone[Zone.__symbol__('UNPATCHED_EVENTS')] = ['scroll'];
back to top