diff --git a/README.md b/README.md index 69ef9b6..903887d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# XLTS for AngularJS + AngularJS Material + Vite +# XLTS for AngularJS + XLTS for AngularJS Material + Vite [![Semver](https://img.shields.io/github/package-json/v/xlts-dev/angularjs-material-vite)](https://github.com/xlts-dev/angularjs-material-vite) [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) @@ -9,7 +9,7 @@ #### Includes - [XLTS for AngularJS](https://xlts.dev/angularjs) with component-based architecture -- [AngularJS Material](https://material.angularjs.org/latest/) +- [XLTS for AngularJS Material](https://material.angularjs.xlts.dev/latest) - [Sass](https://sass-lang.com/) - [Vite](https://vitejs.dev/) (as modern zero-config Webpack alternative) - [ESLint](https://eslint.org/) diff --git a/app/app.js b/app/app.js index 7e62b80..1a91dee 100644 --- a/app/app.js +++ b/app/app.js @@ -21,7 +21,6 @@ const appModule = angular $mdThemingProvider.theme('default').primaryPalette('brown').accentPalette('amber'); }, ]) - .component('app', AppComponent); export default appModule; diff --git a/app/components/navbar/navbar.js b/app/components/navbar/navbar.js index 2795ead..d7e6a8c 100644 --- a/app/components/navbar/navbar.js +++ b/app/components/navbar/navbar.js @@ -1,8 +1,5 @@ import navbarComponent from './navbar.component'; -const navbarModule = angular - .module('navbar', []) - - .component('navbar', navbarComponent).name; +const navbarModule = angular.module('navbar', []).component('navbar', navbarComponent).name; export default navbarModule; diff --git a/app/components/page-home/page-home.component.js b/app/components/page-home/page-home.component.js index f0df519..01cbd79 100644 --- a/app/components/page-home/page-home.component.js +++ b/app/components/page-home/page-home.component.js @@ -5,7 +5,9 @@ const pageHomeComponent = { bindings: {}, template: ` -

Modern starter for AngularJS + Angular Material

+

+ Modern starter for XLTS for AngularJS + XLTS for AngularJS Material + Vite +

FEATURING: