angular/devtools/projects/shell-browser/src/devtools.ts

11 lines
315 B
TypeScript
Raw Normal View History

/**
* @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
*/
/// <reference types="chrome"/>
2021-05-01 01:11:45 +00:00
chrome.devtools.panels.create('Angular', 'assets/icon-bw16.png', 'index.html');