Build and deploy an Education Platform using Angular and Stream

Build and deploy an Education Platform using Angular and Stream

When you are building a learning platform, marketplace or any kind of sophisticated app you want inlcude an awesome chat experience - and there is no way to obtain this faster than with Stream components!

INTERMEDIATE ANGULAR

Angular Landing Page with Airtable Integration and Netlify Functions

Angular Landing Page with Airtable Integration and Netlify Functions

If you want to build a public landing page with Angular and email signup you likely don’t want to expose any secret keys, and I’ll show you how with Netlify cloud functions.

ADVANCED ANGULAR

Angular Material Mobile App with Capacitor

Angular Material Mobile App with Capacitor

Angular Material is an awesome library of Material Design components for Angular apps, and with its sidenav plus the help of Capacitor we can easily build a native mobile app from one codebase!

ANGULAR INTERMEDIATE

How to Build a Native App from Angular Projects with Capacitor

How to Build a Native App from Angular Projects with Capacitor

The popularity of Capacitor is constantly rising, and given the fact that you can turn basically any web project into a native mobile app with Capacitor is the simple reason for Capacitors fame.

ANGULAR BEGINNER

Ionic 5 Image Upload with NestJS & Capacitor: The API

Ionic 5 Image Upload with NestJS & Capacitor: The API

Image upload is one of the most common use cases in your Ionic app, and to show you everything you need, we’ll build both the API and app together!

ANGULAR INTERMEDIATE IONIC NODE.JS

15 Angular Component Libraries you Need to Know About

15 Angular Component Libraries you Need to Know About

Over the years, countless great wrappers and additional libraries for Angular appeared to help you develop your apps and websites faster without reinventing the wheel all the time.

ANGULAR BEGINNER

How to Create & Publish an Angular Library with Ionic Components

How to Create & Publish an Angular Library with Ionic Components

When your application becomes bigger, separating different elements into a library and reusing them across your projects is almost always necessary.

ADVANCED ANGULAR IONIC

Understanding Angular Routing in Ionic Apps

Understanding Angular Routing in Ionic Apps

While the Angular Router has been around for quite some time, Ionic developers only started to use it since version 4 (or before if you were into pure Angular as well). Because some of the UI patterns are not that easily transferred to the new way of routing many of you had problems during the […]

ANGULAR BEGINNER IONIC

How I Built a MEAN Prototype in 24 Hours

How I Built a MEAN Prototype in 24 Hours

Normally we talk about specific Ionic or Angular code examples, but today I want to share some Experiences and steps you can take to build and deploy prototype versions of your ideas in less than 24 hours.

ANGULAR ENTREPRENEUR WEB

Loading Dynamic Components with Ionic & Angular ComponentFactoryResolver

Loading Dynamic Components with Ionic & Angular ComponentFactoryResolver

Recently one member of the Ionic Academy asked for help regarding a tough situation: How to display dynamic components based on a JSON object structure you might get from an API?

ADVANCED ANGULAR IONIC

How to Publish a Custom Ionic Module With NPM

How to Publish a Custom Ionic Module With NPM

Have you ever thought about creating your own custom Ionic Module? Wouldn’t it be nice to publish a part of your work and distribute it through NPM? Truth is, it’s actually more easy than you might think!

ADVANCED ANGULAR IONIC

Dynamic Theming Your Ionic App

Dynamic Theming Your Ionic App

Theming your Ionic app is an awesome way to quickly change the styling for all parts of your app. But what happens if you want to change your styling while running, like toggling a day or night mode?

ANGULAR INTERMEDIATE IONIC