Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

docs: add link to EOL blog post and update guidance #46

Merged
merged 1 commit into from
Feb 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2020 Google LLC. https://angularjs.org
Copyright (c) 2022 Google LLC. https://angularjs.org

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
23 changes: 19 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
This repository publishes the AngularJS Material v1.x library and localized installs
# AngularJS Material

**[Support for legacy AngularJS ended on January 1st, 2022](https://goo.gle/angularjs-end-of-life).
[See `@angular/core` for the actively supported Angular](https://npmjs.com/@angular/core).**

See the following, related, actively supported Angular packages:
- [`@angular/material`](https://www.npmjs.com/package/@angular/material)
- [`@angular/cdk`](https://www.npmjs.com/package/@angular/cdk)

This repository was used to publish the AngularJS Material v1.x library and localized installs
Splaktar marked this conversation as resolved.
Show resolved Hide resolved
using `npm`. You can find the component source-code for this library in the
[AngularJS Material repository](https://github.com/angular/material).
[AngularJS Material repository](https://github.com/angular/material). This package and related repositories
have reached End-of-Life.

AngularJS Material is an implementation of Google's
[Material Design Specification (2014-2017)](https://material.io/archive/guidelines/material-design/)
for [AngularJS](https://angularjs.org) (v1.x) developers.

> Please file issues and pull requests against that `angular/material` repository only. Do not file
issues here on the publishing repository.
For an implementation of the [Material Design Specification (2018+)](https://material.io/design/),
please see the [Angular Material](https://material.angular.io/) project which is built for
[Angular](https://angular.io) (v2+) developers.

## Layouts and SCSS

Expand Down