AEM Enersol is an independent integrated consultancy services, from upstream to downstream. Our impartiality allows us to provide a high quality advise to optimize clients' portfolio in a business. Our principle is grounded in an ultimate priority - achieving clients' needs at beyond the best limit.
Angular is a platform that makes it easy to build applications with the web. Angular combines declarative templates, dependency injection, end to end tooling, and integrated best practices to solve development challenges. Angular empowers developers to build applications that live on the web, mobile, or the desktop.
You need to clone this repository and you may use whatever resources you like as long as you are following the below Do and Don't.
- Do clone this repository
- Don't use any existing angular component, example ng-select
- Do create your own tagging input implementation and place it under shared folder.
- Do send us link to your finished code
Create a custom tagging input component that will work for both reactive form and model. The tagging input styling need to be the same as bootstrap form input in term of color, width and height. You can use any custom select plugin such as Selectize or Select2.
Your tagging input implementation need to follow Angular component creation best practise.