Posts

Showing posts with the label Angular

Personal Portfolio Using Angular

Image
  Technology : Angular 8, BootStrap,HTML5,CSS3. Github Link:  https://github.com/mehulk05/Personal-Portfolio-Angular-Updated Working Demo:  https://personal-portfolio0320.000webhostapp.com/ Angular  is one of the most popular Javascript frameworks in the world for building modern web applications. Angular is created & developed by  Google  and has huge community support behind it. I made my Personal Portfolio Using Angular 8. Though I have used Angular8 there is not much difference in other versions of angular Prerequisites for an Angular 8 Project Angular brings a solution to deal with all of the configurations:  Angular CLI . We can start developing an Angular project within a couple of minutes by using Angular CLI. 1. Node js version 10.9.0 2. Npm (version 8.x or 10.x). What is Angular CLI? CLI stands for  Command Line Interface.  Angular CLI is being used for automating operations in Angular projects rather than doing them manually...

Read data from Google spreadsheet in Angular

Image
Mehul Kothari Dec 12, 2020 · 4 min read Github :  https://github.com/mehulk05/MyShop Demo Link:   https://mehulk05.github.io/MyShop/#/ If you’ve ever found yourself asking ‘how can I access Google Sheet spreadsheets with JavaScript?’, then you’re probably not alone. You only have to type something like ‘reading google sheets data using javascript’ into Google and you’ll be inundated with a bevy of solutions to this conundrum. The problem is, in my experience, they’re either   very complex and overblown, or quite difficult to get up and running with (e.g. poor documentation), or they’re just a bit too prescriptive with how they serve you those precious results. So that's why I am taking this opportunity to write a simple solution Firstly, is this right for my needs? The following blog allows for  reading only  from a publicly published Google Sheet. If your needs look like these, then it might be a great fit: You are able to publish your Google Sheet publicly ...