KNKhairuddin Ni'aminblog.khairuddinniam.net·Mar 18, 2023 · 1 min readAngular testing using vitest and testing-libraryTo test the angular project using vitest and testing-library, first, install the required libraries on devDependencies - vite - vitest - @testing-library/angular - @testing-library/jest-dom - jsdom - jest-preset-angular - reflect-metadata - @swc/...00
KNKhairuddin Ni'aminblog.khairuddinniam.net·Nov 30, 2022 · 4 min readAngular Multiple Custom User InterfaceIn this post, we'll create an angular application that has many build configurations and each configuration has a different user interface but with the same business logic. Let's say we already have an app. Then, our BMW client requests us to create ...00