Wanna see something cool? Check out
Angular Spotify 🎧
Articles
About me
Projects
Talks
Chat
Courses
All Posts
tagged
as "Angular"
10.04.2022
Multiple ng-content
01.05.2021
Angular - Set page title automatically!
17.04.2021
Angular Singapore
07.04.2021
A simple Spotify client built with Angular 11, Nx workspace, ngrx, TailwindCSS and ng-zorro
24.03.2021
Nx Workspace structure for an application with NestJS and Angular
07.03.2021
Convert Promise to Observable
23.01.2021
Migrate Angular to ESLint
16.01.2021
Capture picture from your Webcam in Angular
09.01.2021
Observable for Angular Output
19.12.2020
Build an Angular component to display snow ❄️ effect
12.12.2020
Disable a reactive form control using custom directive
07.11.2020
Angular Jira Clone Part 08 - Create placeholder loading (like Facebook's cards loading)
23.10.2020
Angular Jira Clone Part 07 - Build a rich text editor
19.09.2020
Angular Jira Clone Part 06 - Build a markdown text editor
13.09.2020
Angular Jira Clone Part 05 - Build an interactive drag and drop board
05.09.2020
Angular Jira Clone Part 04 - Build an editable textbox
01.09.2020
Angular Jira Clone Part 03 - Setup Akita state management
27.08.2020
Angular Jira Clone Part 02 - Build the application layout with flex and TailwindCSS
02.08.2020
Super Expressive - Easy Peasy Regex Generating
25.07.2020
A childhood memory Tetris game built with Angular 10 and Akita
29.06.2020
Angular Jira Clone Part 01 - Create a new repository and set up a new Angular application with CLI
28.06.2020
Angular Jira Clone Part 00 - Prerequisites
27.06.2020
I built a Jira clone application with Angular 9, Akita and ng-zorro
13.06.2020
How to configure TailwindCSS with Angular and why you should use it
24.05.2020
Angular - Using Visitor design pattern with Typescript
09.05.2020
Understand and prevent the most common memory leaks in Angular application - Subscription unsubscribe
02.05.2020
The different between [value] and [ngValue] when passing to select option
10.04.2020
Why I don't like ngrx and what are the alternative options?
10.04.2020
JavaScript: Understanding the Weird Parts Notes
03.04.2020
Angular CDK Drag/Drop List inside a table (not Material Table) - Handle rows distorting width
20.03.2020
Angular async validator to validate an input field with a backend API
15.02.2020
Angular - Correct singular/plural form of a noun using custom pipe or NgPlural
16.08.2019
How to export a table or an array in Angular to Excel file (xlsx)
09.06.2019
Angular formArray/formGroup - Validate at least one checkbox was selected
30.04.2019
Angular [(ngModel)] and debounce
29.03.2019
Angular render recursive view using *ngFor and ng-template
04.02.2018
Angular Tips: Avoiding unnecessary RxJS in vendor.ts
31.01.2018
Analyze webpack bundle with source-map-explorer. Optimize moment.js
21.12.2017
Integrate Angular 2+ and Webpack in an ASP.NET MVC 5 application