ANGULAR 6.0+ CALENDAR

There are plenty of awesome libraries available on GitHub which are easy to integrate with pure Angular projects. We can find wrappers for these libraries on GitHub. One such pure library is FullCalendar which supports management of events in different views of a calendar like Day, Week, Month and List view. How to get FullCalendar’s code, initialize a calendar, and other basic principles. There are a few different ways to install the FullCalendar library. Initialize with ES6 Build System For non-trivial projects, it is recommended to use an ES6-compatible build system like Webpack or Rollup along with a package [...]

ANGULAR 6.0+ CALENDAR2024-02-01T12:23:18+00:00

HOW TO IMPLEMENT DATE PICKER WITH TIME IN ANGULAR?

Overview Angular DateTime Picker/Angular Material DateTime Picker is a lightweight and mobile-friendly component that allows end users to enter or select date and time values from a pop-up calendar and drop-down time list. It provides month, year, and decade views for quick navigation to the desired date. Date-time pickers are all over the web and have been gradually evolving as developers and UX people work their magic. However, they can still be a frustrating experience, especially given that pickers are difficult to implement once for mobile and desktop. What Is The Issue ? Disabled DateTimePicker Read-only DateTimePicker Date and [...]

HOW TO IMPLEMENT DATE PICKER WITH TIME IN ANGULAR?2024-07-10T05:55:35+00:00

How AWS is useful for small business

What is AWS ? AWS (Amazon web service) is a one stop solution for all your business need in cheaper price which will launch instantly. Small business or startups has low capital to invest in infrastructure. They can not afford to buy servers or any hardware appliance and maintain them. AWS provides clouds, server space that is scalable and elastic in low cost.  Provides a free tier for 12 months which includes ec2 instance of t2 micro type with 750 hrs/months, S3 instance 5gb storage with 20,000 get(get data) requests and 2000 put (store data) requests, RDS instance 20gb [...]

How AWS is useful for small business2024-02-08T07:33:20+00:00
Go to Top