You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @madoar , I've realized a problem with the documentation on [navigationSymbol], you have missed a comma on the code, between symbol and fontFamily. <aw-wizard-step stepTitle="Second Step" [navigationSymbol]="{ symbol: '' , fontFamily: 'FontAwesome' }"></aw-wizard-step> . Could you please add it.
Thanks!
The text was updated successfully, but these errors were encountered:
- add a short explanation to the README for the awWizardStepSymbol directive
- fix#151
- specify, that angular-archwizard should be used with angular 5+
- remove the now obsolete information, that ng-template has been added in angular 4
Hello @madoar , I've realized a problem with the documentation on [navigationSymbol], you have missed a comma on the code, between symbol and fontFamily.
<aw-wizard-step stepTitle="Second Step" [navigationSymbol]="{ symbol: '' , fontFamily: 'FontAwesome' }"></aw-wizard-step>
. Could you please add it.Thanks!
The text was updated successfully, but these errors were encountered: