Revision 2e2c80acd563fefe9c6651e19f2b2aab39e98973 authored by Alistair Kane on 12 February 2022, 19:52:06 UTC, committed by Andrew Scott on 09 March 2022, 21:52:15 UTC
Changes <div> to <p> in description to match the elements in the screenshot.

Update lifecycle-hooks.md

Changes <div> to <p> in description to match the elements in the screenshot.

PR Close #45063
1 parent c7cab69
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