PinnedPublished inMotf CreationsMigrate from CSS to SCSS stylesheets for existing Angular applicationA quick guide to using SCSS in an application that was scaffolded to use the default stylesheet.Jun 22, 201915Jun 22, 201915
Could not find ‘nx’ module in this workspace. TypeError./node_modules/nx/src/utils/params.js:17:72Jan 19, 2024Jan 19, 2024
Differentiating between catchError, throwError, new Error and throw new Error.In this quick guide, I am collating the different ways to create errors and handling them in Javascript and TypeScript applications.Nov 22, 2023Nov 22, 2023
TypeError [Error]: Cannot read properties of undefined (reading ‘column’)Serving an Angular application throws this errorNov 15, 2023Nov 15, 2023
An Intro to the Singleton Design Pattern in Angular.Design patterns are best practices and reusable solutions to recurring software design problems.Nov 12, 2022Nov 12, 2022
An elegant why to check if a Directive/Component @Input property has changedUsing the ngOnChanges hook and the ‘in’ operator.Nov 6, 2022Nov 6, 2022
Choosing classes as types over interfaces & type aliases in TypeScript.Typed code is a breeze to work withOct 29, 2022Oct 29, 2022
Unexpected value ‘NgxsRootModule’ imported by the module ‘DynamicTestModule’.Angular Nx 14 and JestOct 19, 2022Oct 19, 2022