Angular Calendar

screenshot of Angular Calendar
angular
bootstrap
scss

A flexible calendar component for angular 15.0+ that can display events on a month, week or day view.

Overview:

The Angular Calendar is a versatile calendar component for Angular 1.5.0+ that offers month, week, and day views for displaying events. It requires manual setup or can be quickly installed through npm. The library strictly adheres to semver, and major API changes are introduced in new major versions post 1.0.

Features:

  • Month, Week, Day Views: Display events in various formats.
  • Extensive API Documentation: Access a full list of component options and APIs.
  • AoT and Universal Compatible: Supports Ahead-of-Time compilation and universal rendering.
  • Angular Version Compatibility: Supports Angular 15.x and higher as well as older versions down to Angular 2.x.
  • No Component Styles Included: Enables easy customization by importing CSS file separately.
angular
Angular

Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.