Skip to content

Instantly share code, notes, and snippets.

View vatsalkgor's full-sized avatar
🏠
Working from home

Vatsal Gor vatsalkgor

🏠
Working from home
View GitHub Profile
@vatsalkgor
vatsalkgor / main.js
Created March 9, 2021 22:56
Measure Angular change detection cycle time
import 'hammerjs';
/**
* @license
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
import { ApplicationRef, enableProdMode } from '@angular/core';
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
import { AppModule } from './app/app.module';