Angular
Top 3 Angular 7 Online Courses
Angular 7 is out with many new features and optimisations included. Since Angular 2 the web development platform is evolving constantly. Angular has already gained a lot of traction and is one of the top web development frameworks today. Many projects and companies have made the switch from Angular.js to Angular (version 2, 4, 6 and 7) [...]
Angular & Chart.js (with ng2-charts)
Chart.js is an opens source JavaScript library which makes it very easy to include animated and responsive charts in your website. If you’d like to combine Chart.js with Angular there is another package which you can use: ng2-charts. Adding this package to your project gives you access to Angular directives which you can use to [...]
Angular & SEO – Making Angular 6 Single-Page Web Apps Search-Engine Friendly
Angular is great for building powerful single-page web applications. However, as with all single-page web applications, there is one disadvantage when it comes to SEO (search engine optimization). Usually SPAs are rendered client side and therefore web crawlers of search engines are not able to see the see the complete structure and [...]
Top 3 Angular 6 Online Courses
Angular 6 is out with many new features and optimizations included. Since Angular 2 the web development platform is evolving constantly (just remember, Angular has switched to semantic versioning, so that every six month a new major version is released!). Angular has already gained a lot of traction and is one of the top web development [...]
Angular Material And Angular 6 – Material Design For Angular
Angular Material is a collection of Material Design components for Angular. By using these components you can apply Material Design very easily. With the release of Angular 6 the usage of Angular Material has become easier as well. In this tutorial we’ll take a look at the recent changes. You’ll learn how to use Angular [...]
Angular And Contentful – Content Management For Single-Page Web Apps
In this tutorial you’ll learn how to integrate Contentful with your Angular 5/6 application. Contentful is a content management platform which allows you to structure and manage content in the cloud. This content can then be used across multiple platform, e.g. the same content is consumed by a website and a mobile app. The [...]
Creating Angular Projects With Angular CLI
Creating new Angular projects is easy by using Angular CLI in the following way: $ ng new [name] That’s the default usage of the command and creating a new project folder with [name]. The project which is created in that folder is containing: The default Angular project All dependencies installed in node_modules folder Testing [...]
Course Announcement: GraphQL with Angular & Apollo
The first CodingTheSmartWay.com online course has been launched and is available on Udemy: GraphQL with Angular & Apollo – The Full-stack Guide (use this link to get the course for just $10 right now) This course is for everyone interested in learning how to build a full-stack GraphQL-based web application with Angular. The [...]
Firebase Cloud Storage With Angular
Firebase Cloud Storage is a cloud service that let’s you store and retrieve user generated content (like images, audio, or video files). The service is highly scaleable and part of the Firebase platform, so that you can make use of the Firebase Cloud Service on various platforms. If you like CodingTheSmartWay, then consider [...]
Apollo Client For Angular – Making Use of GraphQL
The Apollo Client project is part of Apollo and lets you bind GraphQL data to your web user interface. Apollo client is available for major JavaScript frameworks like React, Vue.js, Angular. In this tutorial we’ll take a look at Apollo Client for Angular. We’ll set up a new Angular 5 project from scratch and you’ll [...]