/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/dev-app/layout/layout-demo.ts
18 строк
521 B
Kristiyan Kostadinov
build: remove explicit OnPush from dev app
18 май 2026, 10:44
18 май 2026, 10:44
40d7c5a
Код
Авторство
О чём код?
/** * @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.dev/license */ import {BreakpointObserverOverviewExample} from '@angular/components-examples/cdk/layout'; import {Component} from '@angular/core'; @Component({ selector: 'layout-demo', templateUrl: 'layout-demo.html', styleUrl: 'layout-demo.css', imports: [BreakpointObserverOverviewExample], }) export class LayoutDemo {}