Ehsan Mohsenpourian
Ehsan Mohsenpourian
Hi, is Angular 2+ version available? thanks.
Angular CLI: 9.1.1 Node: 12.16.1 OS: win32 x64 Angular: 9.1.1 ... animations, cli, common, compiler, compiler-cli, core, forms ... language-service, localize, platform-browser ... platform-browser-dynamic, router Ivy Workspace: Yes Package Version...
Please add sidebar that collapses to icons with animation. some exapmles: [https://bootsnipp.com/snippets/Pa9xl](https://bootsnipp.com/snippets/Pa9xl) [https://codepen.io/anon/pen/rpmLLz](https://codepen.io/anon/pen/rpmLLz) [https://www.codeply.com/go/ecE6qHNBOC](https://www.codeply.com/go/ecE6qHNBOC)
Demo project on local machine has some errors: Error: Uncaught TypeError: Cannot convert undefined or null to object and in online website: https://makinacorpus.github.io/ngx-schema-form/ Error:Failed to load resource: the server responded...
Hi, According to instructions, I did these steps `ng new app.. (angular6)` `npm install angular-signature-pad --save` ``` import { AngularSignaturePadModule } from 'angular-signature-pad'; @NgModule({ imports: [ ... AngularSignaturePadModule.forRoot() ] ......