mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
11 lines
273 B
HTML
11 lines
273 B
HTML
|
|
<div class="devtools-wrapper noselect" *ngIf="angularExists === true">
|
||
|
|
<ng-devtools-tabs [messageBus]="messageBus"></ng-devtools-tabs>
|
||
|
|
</div>
|
||
|
|
<div *ngIf="angularExists === false">
|
||
|
|
Not an Angular app
|
||
|
|
</div>
|
||
|
|
<div *ngIf="angularExists === null">
|
||
|
|
Initializing...
|
||
|
|
</div>
|
||
|
|
|