40 Matching Annotations
  1. Apr 2025
  2. Nov 2022
  3. Jun 2022
  4. May 2022
  5. Feb 2022
  6. Nov 2021
    1. Actually, I ended up uninstalling Chrome and installing a chromium deb. Since no chromium deb exists in Ubuntu or Pop OS repositories anymore, I followed the instructions from https://askubuntu.com/questions/1204571/how-to-install-chromium-without-snap to add the Debian stable repo and install Chromium from there instead.
  7. Oct 2021
  8. Jul 2021
  9. Jun 2021
  10. Dec 2020
  11. Nov 2020
  12. Jun 2020
  13. Mar 2019
  14. Oct 2018
  15. Sep 2018
  16. Nov 2017
  17. Jul 2017
  18. Mar 2017
  19. Jan 2017
  20. Aug 2016
  21. May 2016
    1. bower_components

      Ionic installs bower components (bower packages) into the project's lib folder:

      www/lib 
      

      This behaviour is defined in the projects .bowerrc file, which looks like this:

      {
        "directory": "www/lib"
      }
      

      The project .bowerrc file may be found at the same level as the www folder.

      Note that if you install angular-chart this way, you don't need to install Chart.js separately; it is one of the dependencies that bower will install for you. Of course, you must include the script tag that references the Chart.js file as usual!

      Finally, if you want to link angular-chart.css you must follow the same procedure.

  22. Dec 2013