Last updated:26th October, 2024Angular Material UI Tutorial with NGRX In this Angular Material UI Tutorial with NGRX, we will build an Angular 18 application using NGRX for state management and Angular Material 3 for the user interface. We will fetch data from a mock API using JSONPlaceholder and demonstrate how to implement actions, reducers, and effects for managing state in …
Read More »Tag Archives: javascript
Introduction to arrow functions in javascript
Last updated:24th December, 2022Arrow functions in JavaScript Arrow function were introduced in ES6 version of JavaScript. These functions allows us to create functions in a better and concise way as compared to regular JavaScript functions. The syntax of arrow functions in JavaScript is as follows: // function expression let arrowFunction = (arg1, arg2, ... argn) => { statement(s) } An …
Read More »What is Front-End Development? Become A Front-End Developer
Last updated:18th March, 2021What is Front-End Development? Everything that users touch, use, click, and see, including UX/UI, visual layout, user interface, and interaction, comes in front-end development. It is also sometimes known as client-side development. In front-end development, HTML, CSS, and JavaScript are used for web applications or websites for the user to directly see and use them. The challenging …
Read More »