• Home
  • About Me
  • Tags
  • Contact

Javascript

A collection of 2 posts

#javascript #tutorials #programming

Creating a pagination component in Vue.js

Introduction post photo by pexels Vue.js is a progressive JavaScript framework that allows you to create compelling user interfaces efficiently and easily. In this post, we are going to create a pagination component, able to have a dynamic number of steps! Our final application will look like this: Project set up use the vue cli to create out app: npm install -g @vue/cli Next, we make use of the CLI to create all the boilerplate for our app: ...

Author Paul Isaris
#tutorials #javascript

Getting started with Angular Material - Creating a custom Dialog Component

Introduction Angular is a popular framework for building single-page, interactive applications. With Angular gaining more popularity, we have the opportunity to use libraries that provide us with built-in UI components that allow us to focus on the code that will make our app stand out. ;) In this tutorial, we will examine how to use Angular Material in order to build a clean and reusable dialog component. We will focus on reusability, meaning that we will build a single custom dialog component that we will call when needed via a service class. ...

Author Paul Isaris
Page 1 of 1 
Paul Isaris
Latest Posts Twitter Github LinkedIn