File tree 4 files changed +11
-9
lines changed
angular-standalone-test-app/src
4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 11
11
< ix-button (click) ="openModal() "> Show modal</ ix-button >
12
12
< ng-template #customModal let-modal >
13
13
< 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 >
18
18
< ix-modal-footer >
19
19
< ix-button
20
20
outline
Original file line number Diff line number Diff line change 1
- <!doctype html>
1
+ <!DOCTYPE html>
2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="utf-8 ">
Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
2
2
3
3
import { AppModule } from './app/app.module' ;
4
4
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 ) ) ;
Original file line number Diff line number Diff line change 6
6
* This source code is licensed under the MIT license found in the
7
7
* LICENSE file in the root directory of this source tree.
8
8
*/
9
+
9
10
ix-application {
10
11
width : 100vw ;
11
12
height : 100vh ;
You can’t perform that action at this time.
0 commit comments