Components

screenshot of Components
angular
scss

Component infrastructure and Material Design components for Angular

Overview

The Angular team offers official components and tools to assist developers in creating customized UI components. These components are featured in several npm packages like @angular/cdk, @angular/material, @angular/google-maps, and @angular/youtube-player. The team aims to provide high-quality components that are internationalized, accessible, and customizable within the Material Design specification.

Features

  • @angular/cdk: Helps in authoring custom UI components with common interaction patterns.
  • @angular/material: Provides Material Design UI components for Angular applications.
  • @angular/google-maps: Angular components utilizing the Google Maps JavaScript API.
  • @angular/youtube-player: Angular component built on the YouTube Player API.
  • Internationalized and accessible components
  • Straightforward APIs
  • Components work seamlessly across various use-cases
  • Well-tested behavior with unit and integration tests
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.

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.

material-design
Material Design

Material Design is a design system developed by Google that provides a set of guidelines, components, and tools for creating visually appealing and functional user interfaces. Material Design is designed to be flexible and customizable, making it a great choice for a wide range of applications and use cases.

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.

rollup
Rollup

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.

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.