Thank you, much simpler. That helps.
In Angular the following worked fine:
(tap)="buttontest()"
Regards
Sean
Type: Posts; User: Sean Thomas
Thank you, much simpler. That helps.
In Angular the following worked fine:
(tap)="buttontest()"
Regards
Sean
I was able to get the button to work by configuring the template as:
<ext-button
text="Normal"
ui=""
shadow="true"
iconCls=""
arrowAlign="bottom"
...
I have added a Button in the template with:
<ext-button text="Test Button" ui="" shadow="true" iconCls="" arrowAlign="bottom" ></ext-button>
How do I add the equivalent of (click)="MyEvent()"...
I have successfully downloaded a trial, built an Angular application and added Sencha Webcomponents. All went to plan.
However I have had no success at adding basic components, like a button and...
The solution was change @sencha/[email protected]~6.7.1 to @sencha/[email protected]~6.7.0
Thank you for the suggestions. In brief:
I started from scratch with a new login / trial. My previous trial had timed out before I was able to get anything running.
I have successfully logged in...
I have downloaded the ext-angular repo, navigated to demos\angular-cli-with-library.
Then run NPM install.
When I run ng serve I get the following error:
ERROR in src/app/app.module.ts(3,34):...