File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
ng-directives/create-custom-directive Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ export const routerConfig = [
3636 TitleAndNavButtonModule ,
3737 NativeScriptModule ,
3838 NativeScriptRouterModule ,
39- NativeScriptFormsModule , NativeScriptRouterModule . forChild ( routerConfig )
39+ NativeScriptFormsModule ,
40+ NativeScriptRouterModule . forChild ( routerConfig )
4041 ] ,
4142 declarations : [
4243 ButtonExamplesComponent ,
Original file line number Diff line number Diff line change 11< FlexboxLayout flexDirection ="column " class ="p-15 " sdkExampleTitle sdkToggleNavButton >
2- < Label class ="p-15 m-b-15 " text ="With our custom directive the grid below will be blue square in iOS and purple circle in Android "
2+ < Label class ="p-15 m-b-15 " text ="With our custom directive the grid below will be blue square in iOS and green circle in Android "
33 textWrap ="true "> </ Label >
44 <!-- >> custom-directive-html -->
5- < GridLayout *sdkIfAndroid class =" bg-primary " width ="300 " height =" 300 " borderRadius ="150 "> </ GridLayout >
5+ < GridLayout *sdkIfAndroid width =" 300 " height ="300 " backgroundColor =" #a4c639 " borderRadius ="150 "> </ GridLayout >
66 < GridLayout *sdkIfIos width ="300 " height ="300 " backgroundColor ="#0099CC " borderRadius ="2 "> </ GridLayout >
77 <!-- << custom-directive-html -->
88</ FlexboxLayout >
You can’t perform that action at this time.
0 commit comments