A Clippy web component
npm install clippy-web-componentnpm install clippy-web-component
import 'clippy-web-component'import 'clippy-web-component'Also in your app.module.ts add
schemas: [ CUSTOM_ELEMENTS_SCHEMA ],
name: Specify which character should be used. Possible values include(Bonzi, Clippy, F1, Genie, Genius, Links, Merlin, Peedy, Rocky, Rover). Default value: 'Clippy'
hide: Will show or hide the component. Default value: false
top: Set the top start value of the element. Default value: 0
left: Set the left start value of the element. Default value: 0
speakText: Text that the element will speak through the speech bubble. Empty string removes the bubble. Default value: ''
npm run build
npm run serve