Cory Rylan

My name is , Google Developer Expert, Speaker, Software Developer. Building Design Systems and Web Components.

Follow @coryrylan
Angular

Angular Progress Component with SVG

Learn how to build a progress component with Angular and SVG.

Read Article
Angular

Angular SEO with schema and JSON-LD

Learn how to use JSON-LD schema in Angular to provide rich structured data to users and better SEO results.

Read Article
StencilJS

Using Stencil Web Components in Angular and the Angular CLI

Learn how to publish a Stencil Web Component and use in an Angular CLI app.

Read Article
StencilJS

Create your first Web Component with Stencil JS

Create reusable UI components that will work in any JavaScript Framework using StencilJS a Web Component framework.

Read Article
Angular

Angular Design Patterns: Feature Services

Simplify features and create more testable components with Feature Services.

Read Article
Angular

Angular Tips: Dynamic Module Imports with the Angular CLI

Learn to use the new JavaScript Dynamic Module syntax to lazy load code for better application performance.

Read Article
Angular

Angular Design Patterns: Feature and Presentation Components

Learn to create highly decoupled and reusable components with common best practices for component architecure.

Read Article
Angular

Angular Tips: Template Binding with Static Types

Learn tips to make Angular templates more aware of our data types and reduce errors using TypeScript interfaces.

Read Article
Angular

Angular Component Inheritance and Template Swapping

Learn how to use Angular Component Inheritance to create components with multiple template options.

Read Article
Angular

Creating a Custom Debounce Click Directive in Angular

Learn how to create a custom Angular directive to debounce click events.

Read Article
Angular

Angular Accessibility Tips and Tricks

Learn multiple tips and tricks to create accessible Angular applications.

Read Article
Angular

Custom Preloading and Lazy Loading Strategies with Angular

Learn how to set up custom preloading and lazy loading strategies in Angular for optimal performance.

Read Article