My name is Cory Rylan, Google Developer Expert, Speaker, Software Developer. Building Design Systems and Web Components.
Follow @coryrylanCreate 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 ArticleAngular Design Patterns: Feature Services
Simplify features and create more testable components with Feature Services.
Read ArticleAngular 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 ArticleAngular Design Patterns: Feature and Presentation Components
Learn to create highly decoupled and reusable components with common best practices for component architecure.
Read ArticleAngular 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 ArticleAngular Component Inheritance and Template Swapping
Learn how to use Angular Component Inheritance to create components with multiple template options.
Read ArticleCreating a Custom Debounce Click Directive in Angular
Learn how to create a custom Angular directive to debounce click events.
Read ArticleAngular Accessibility Tips and Tricks
Learn multiple tips and tricks to create accessible Angular applications.
Read ArticleCustom Preloading and Lazy Loading Strategies with Angular
Learn how to set up custom preloading and lazy loading strategies in Angular for optimal performance.
Read ArticleEnforcing Code Coverage in Angular CLI Projects
Learn how to set up minimum code coverage rules for unit testing in an Angular CLI project.
Read ArticleAnalyzing bundle size with the Angular CLI and Webpack
Learn how to use special Webpack tools to analyze our Angular project bundles and dependencies.
Read ArticleAngular Async Data Binding with ngIf and ngElse
Learn how to use the ngIf and ngElse statement to bind async data and Observables to our Angular templates easily.
Read Article