Skip to content

Commit 279c1b2

Browse files
committed
fix: formatting
1 parent 33d7df0 commit 279c1b2

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

packages/angular-standalone-test-app/src/app/app.component.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
<ix-button (click)="openModal()">Show modal</ix-button>
1212
<ng-template #customModal let-modal>
1313
<ix-modal>
14-
<ix-modal-header> Message headline </ix-modal-header>
15-
<ix-modal-content
16-
>Message text lorem ipsum: {{ modal.data }}</ix-modal-content
17-
>
14+
<ix-modal-header> Message headline</ix-modal-header>
15+
<ix-modal-content>
16+
Message text lorem ipsum: {{ modal.data }}
17+
</ix-modal-content>
1818
<ix-modal-footer>
1919
<ix-button
2020
outline

packages/angular-standalone-test-app/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">

packages/angular-test-app/src/main.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
22

33
import { AppModule } from './app/app.module';
44

5-
platformBrowserDynamic().bootstrapModule(AppModule, {
6-
ngZoneEventCoalescing: true
7-
})
8-
.catch(err => console.error(err));
5+
platformBrowserDynamic()
6+
.bootstrapModule(AppModule, {
7+
ngZoneEventCoalescing: true,
8+
})
9+
.catch((err) => console.error(err));

packages/example-styles/css/menu-category.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* This source code is licensed under the MIT license found in the
77
* LICENSE file in the root directory of this source tree.
88
*/
9+
910
ix-application {
1011
width: 100vw;
1112
height: 100vh;

0 commit comments

Comments
 (0)