
My name is Cory Rylan, Google Developer Expert, Speaker, Software Developer. Building Design Systems and Web Components.
Follow @coryrylanAngular Upgrade Strategies with Proxies
A overview of how to upgrade a large scale web application to Angular with server side proxies.
Read ArticleIntroduction to the Angular CLI
A video talk covering the Angular CLI and how to get started building Angular apps quickly with the Angular CLI.
Read ArticleDeploy Angular CLI Apps to Firebase
Learn how to create an Angular app using the Angular CLI then deploy to a production environment with Firebase.
Read ArticleFast and Secure Blogs with Firebase
Learn how to create your own fast and secure blog using the static site generator Jekyll and Firebase.
Read ArticleAngular CLI - Adding Third Party Libraries
Learn how to add third party libraries to your Angular application using the Angular CLI.
Read ArticleSimple Offline Page with Service Workers
Learn how to add a simple offline reading view to your website using Service Workers.
Read ArticleConverting Angular 1 Services to the latest Angular Services
Learn how to convert Angular 1 service factories the most common Angular 1 service pattern to Angular 2.x and later services.
Read ArticleComparing Angular 1 Components to the latest Angular Components
A comparison of Angular 1 components to Angular 2+ components and migration strategies from AngularJS to Angular 2+.
Read ArticleIntroduction to Angular Routing
Learn how to manage large Angular applications and navigation with the new component router using features such as child routing and route parameters.
Read ArticleAngular Development with Visual Studio and Windows
A top down intro to developing Angular applications with Visual Studio and Windows. This will cover from downloading Visual Studio to installing NodeJS for JavaScript tooling support.
Read ArticleCSS Encapsulation with Angular Components
A intro on how to better encapsulate your CSS in Angular components. Also learn the different encapsulation techniques and CSS best practices.
Read ArticleIntroduction to RxJS Observables and Angular
A introduction tutorial to RxJS Observables and Angular. Learn how to leverage Observables in your Angular applications effectively.
Read Article