OK - I suspect this is possibly something to do with Ionic 4, but I am not sure. I have followed the video and associated blog information from
https://www.youtube.com/watch?v=JseTvAObEmA&feature=youtu.be
https://community.devexpress.com/blogs/paulu/archive/2018/05/17/getting-started-with-devextreme-angular-amp-ionic.aspx
When I get to the introducction of the the dx-button at about 30m in on the video, the code throws and error per below. I have followed the instruction exactly except in creating the project where I specified
JavaScriptionic start cpMobile sidemenu --type=angular
I added the type specification which I cannot see would make a difference - I figured it may be useful as Ionic 4 moves away from its absolute dependency on Angular
and checked against the devex instructions here
https://js.devexpress.com/Documentation/Guide/Getting_Started/Widget_Basics_-_Angular/Create_and_Configure_a_Widget/I have done nothing except create the project using the default Ionic templates - thought they have recently moved to v4. Could you please advise what is wrong? Project is attached. I removed the node modules to make it a reasonable size
JavaScriptvendor.js:32928 ERROR Error: Uncaught (in promise): Error: Template parse errors:
'dx-button' is not a known element:
1. If 'dx-button' is an Angular component, then verify that it is part of this module.
2. If 'dx-button' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. ("
<ion-content padding>
[ERROR ->]<dx-button text="Hi" type="default" (onclick)="sayhello" ></dx-button>
The world is your oyster.
"): ng:///HomePageModule/HomePage.html@12:2
Error: Template parse errors:
'dx-button' is not a known element:
1. If 'dx-button' is an Angular component, then verify that it is part of this module.
2. If 'dx-button' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. ("
<ion-content padding>
[ERROR ->]<dx-button text="Hi" type="default" (onclick)="sayhello" ></dx-button>
The world is your oyster.
"): ng:///HomePageModule/HomePage.html@12:2
at syntaxError (vendor.js:8054)
at TemplateParser.push../node_modules/@angular/compiler/fesm5/compiler.js.TemplateParser.parse (vendor.js:22526)
at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._parseTemplate (vendor.js:30526)
at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._compileTemplate (vendor.js:30513)
at vendor.js:30456
at Set.forEach (<anonymous>)
at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._compileComponents (vendor.js:30456)
at vendor.js:30366
at Object.then (vendor.js:8045)
at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._compileModuleAndComponents (vendor.js:30365)
at syntaxError (vendor.js:8054)
at TemplateParser.push../node_modules/@angular/compiler/fesm5/compiler.js.TemplateParser.parse (vendor.js:22526)
at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._parseTemplate (vendor.js:30526)
at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._compileTemplate (vendor.js:30513)
at vendor.js:30456
at Set.forEach (<anonymous>)
at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._compileComponents (vendor.js:30456)
at vendor.js:30366
at Object.then (vendor.js:8045)
at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._compileModuleAndComponents (vendor.js:30365)
at resolvePromise (polyfills.js:3136)
at resolvePromise (polyfills.js:3093)
at polyfills.js:3195
at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (polyfills.js:2743)
at Object.onInvokeTask (vendor.js:35046)
at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (polyfills.js:2742)
at Zone.push../node_modules/zone.js/dist/zone.js.Zone.runTask (polyfills.js:2510)
at drainMicroTaskQueue (polyfills.js:2917)