Skip to content

Commit

Permalink
Updated Angular 14 to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-ruff committed Apr 12, 2023
1 parent 212f31e commit 1d1b0d0
Show file tree
Hide file tree
Showing 7 changed files with 3,002 additions and 3,842 deletions.
16 changes: 0 additions & 16 deletions .browserslistrc

This file was deleted.

5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,22 @@

![Repo Downloads](https://img.shields.io/github/downloads/blazed-space/fire-angular/total?style=for-the-badge "Repo Downloads")

The Fire bootstrap & framework library for AngularJS.
The Fire bootstrap & framework library for Angular.

- [View Demo](https://fire-angular.netlify.app/)
- [Documentation](https://github.com/blazed-space/fire-angular/wiki)

## What's Included
This package includes:
- [AngularJS](https://angular.io/)
- [Angular](https://angular.io/)
- [TailwindCSS](https://tailwindcss.com/)
- [HTML Monolith Boilerplate](https://github.com/tyler-ruff/tyler-ruff/blob/main/Web-Gallery/HTML-Snippets/index.html)
- Blazed [custom-scrollbar](https://github.com/tyler-ruff/tyler-ruff/blob/main/Web-Gallery/CSS-Snippets/custom-scrollbar.css)
- [blink-stop](https://github.com/tyler-ruff/tyler-ruff/blob/main/Web-Gallery/CSS-Snippets/blink-stop.css)
- Netlify.toml (for easy [Netlify](https://netlify.com/) deploy)
- Mobile Burger Menu
- 404 Page Not Found Action (Uknown Module)
- [fire-ng](https://github.com/blazed-space/fire-ng/) for Angular

## Installing
To install, run the following command at the root of the directory:
Expand Down
9 changes: 4 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "20gb",
"maximumError": "40gb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumWarning": "10gb",
"maximumError": "20gb"
}
],
"fileReplacements": [
Expand Down Expand Up @@ -94,7 +94,6 @@
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"assets": [
"src/favicon.ico",
"src/assets",
"src/manifest.webmanifest"
],
Expand Down
Loading

0 comments on commit 1d1b0d0

Please sign in to comment.