Angular2 Mdl Ext

screenshot of Angular2 Mdl Ext
scss

Additional components for @angular-mdl/core that are not part of material design lite (npm: @angular-mdl/*)

Overview

The transition of all packages related to Angular Material Design Lite to a new repository signifies an important shift for developers working with Angular applications. This project includes additional components that enhance the core functionality, allowing developers to build modern UI elements with ease. With the current Angular version at 6 and a compatible version of Angular-MDL also at 6, this suite of components promises improved flexibility in UI design.

Utilizing the latest build status and enhanced dependencies, these components provide a streamlined experience for Angular developers. The move to a read-only state indicates that while the project will not receive further updates, the existing components can still serve as valuable tools for those who need robust functionality for their applications.

Features

  • Datepicker: A simple and effective date picker component that allows users to easily select dates within their applications.
  • Expansion Panel: Organize content efficiently with this expandable panel feature that keeps interfaces neat and user-friendly.
  • Fab Menu: A floating action button menu offers a modern UX design by providing quick access to actions in a visually appealing manner.
  • Popover: This component allows you to display additional content dynamically, enhancing user interaction without disrupting the overall layout.
  • Select Box: A straightforward select component to enable easy selection from various options, helping streamline user inputs.

Each component supports Ahead-of-Time (AOT) compilation and Tree Shaking, ensuring optimized performance and reduced bundle sizes. Integration requires developers to set up their build pipelines appropriately, including necessary SCSS files for customization and theming. This flexibility allows for a tailored UX that matches your application's unique branding.

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.

gulp
Gulp

Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.

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.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.