Angular
Remove Unwanted Spaces from Angular Form Submission
When a user types a value into a form field, it’s a very common mistake to add spaces at the beginning and/or end of the value. We can clean those…
November 27, 2023 • 2 minute read
Include Other Files In Angular Build
When building an Angular application, the assets folder and favicon.ico file are copied over by default to a dist/project-name folder. Did you know that you could include other files when…
June 28, 2023 • 3 minute read
Conditional Validation on Angular Reactive Form
Have you ever needed to make a specific form field required if the value of another form field changed? In this article, learn how to make a phone number field…
January 9, 2023 • 4 minute read
Movies App
View Now Playing, Popular, Trending, and Upcoming Movies. Discover movies by genre, rating, watch provider, and year. View more details about each movie. Links Features
December 20, 2022
Include API Key In HTTP Requests
When making API requests, it’s common to include an API key. An API service will specify where to include the key for a successful response. In this article, learn how…
November 30, 2022 • 3 minute read