File tree 5 files changed +14
-2
lines changed
5 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
1
+
2
+ .system-background-color-stack-layout {
3
+ background-color : white;
4
+ }
5
+
6
+ .ns-dark .system-background-color-stack-layout {
7
+ background-color : gray;
8
+ }
Original file line number Diff line number Diff line change 1
- < StackLayout >
1
+ < StackLayout class =" system-background-color-stack-layout " >
2
2
< GridLayout rows ="auto " columns ="auto " [visibility] ="isModal ? 'visible' : 'collapsed' ">
3
3
< Button
4
4
automationText ="closeModal "
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import { ModalDialogParams } from "nativescript-angular/directives/dialogs";
7
7
selector : "ns-lazy" ,
8
8
moduleId : module . id ,
9
9
templateUrl : "./lazy.component.html" ,
10
+ styleUrls : [ "./lazy.component.css" ]
10
11
} )
11
12
export class LazyComponent {
12
13
public isModal : boolean ;
Original file line number Diff line number Diff line change 21
21
"@angular/platform-browser" : " ~8.2.0" ,
22
22
"@angular/platform-browser-dynamic" : " ~8.2.0" ,
23
23
"@angular/router" : " ~8.2.0" ,
24
- "nativescript-angular" : " file:../../nativescript-angular" ,
24
+ "nativescript-angular" : " file:../../nativescript-angular-package " ,
25
25
"nativescript-intl" : " ~3.0.0" ,
26
26
"nativescript-theme-core" : " ^1.0.4" ,
27
27
"reflect-metadata" : " ~0.1.8" ,
Original file line number Diff line number Diff line change 24
24
}
25
25
},
26
26
"include" : [
27
+ " ../../nativescript-angular-package" ,
27
28
" ../../nativescript-angular" ,
28
29
" **/*"
29
30
],
30
31
"exclude" : [
32
+ " ../../nativescript-angular-package/node_modules" ,
33
+ " ../../nativescript-angular-package/**/*.d.ts" ,
31
34
" ../../nativescript-angular/node_modules" ,
32
35
" ../../nativescript-angular/**/*.d.ts" ,
33
36
" node_modules" ,
You can’t perform that action at this time.
0 commit comments