I need to add virtual keyboard to some pages in the Angular 2 app I am currently working on. I am using angular quickstart directory from the official Angular tutorial as the starting point for my app, so my app is structured the way the quickstart app is structured.
I am trying to follow the instructions on this page: https://github.com/the-darc/angular-virtual-keyboard Under "Usage" it says: "1) Import the angular-virtual-keyboard.min.js script in your page." - what does that mean? Should I include this element in my index.html? *<script src="node_modules/systemjs/angular-virtual-keyboard/release/angular-virtual-keyboard.min.js"></script>* "2) Include the module angular-virtual-keyboard in your angular app" - how exactly am I supposed to do that? Should I add something to my app.module.ts? -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
