Member-only story
Wireframe/Sketched Angular (v8) application
2 min readJul 13, 2019
Are you tired of building typical Material Design/Bootstrap and other design system websites and wants to build something sketchy for fun? If yes, then let’s build one!
WiredJS Library
WiredJS is a web component library which offers sketchy hand-drawn like web components. Don’t forget to checkout their showcase of web components.
WiredJs has good examples about how to use with React and VueJs but not for Angular, hence I thought let’s create one like below image.
Building WiredJs Sign-up form with Angular
- Create a new Angular project (v8 used in this example)
ng new ng-wiredjs-demo
- Change command line directory to new project
- Install WiredJs library from npm package. You can install individual web component as well. Checkout WiredJs documentation for details.
npm install --save wired-elements
- Update
angular.json
file for referencingwired-elements
…