Enums are set of named constants. Their ability to create a set of distinct cases makes it best option to use with our ngrx reducers. We use those enums to represent NGRX actions as
These are my general thought blogs, People Might have different views but I can only share mine
Enums are set of named constants. Their ability to create a set of distinct cases makes it best option to use with our ngrx reducers. We use those enums to represent NGRX actions as
Let’s build a cross platform apps with Electron, with the languages you already use in your daily work. They are HTML, CSS and JavaScript. Intermediate knowledge of JavaScript is enough. I assume you already know, how to use node and it’s npm packages. You are good to go to create your first desktop application. I […]
In this very first roundup of web development terms we are going to cover following topics: These definitions are just my personal opinions. Library Library is like a book library you can take one or another. You can take one piece or whole bunch of it. You can write your application or extend it however you want […]
Today I wanted to show you different techniques to handle long form text. By default things are handled well by browsers. But sometime we have fixed layout and the content is user generated. Text could be single line like Title, Subtitle and multiline as description That how text looks when there are no constraints. Text falls to next […]
Ionic comes with the concept of pages, they are components that takes up entire visible area. Recently I run into program that consumed a lot of my precious time. Ionic tip for renaming pages Generally when you create an ionic page using ionic cli (ionic generate page Features), a folder is created with the name […]