Skip to content

Commit

Permalink
Merge branch 'master' of github.com:start-angular/SB-Admin-BS4-Angular-8
Browse files Browse the repository at this point in the history
  • Loading branch information
nkmdev committed Apr 9, 2020
2 parents daf5150 + d3e7b29 commit e58e864
Show file tree
Hide file tree
Showing 9 changed files with 2,661 additions and 3,526 deletions.
14 changes: 0 additions & 14 deletions .vscode/extensions.json

This file was deleted.

40 changes: 0 additions & 40 deletions .vscode/launch.json

This file was deleted.

24 changes: 0 additions & 24 deletions .vscode/settings.json

This file was deleted.

20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
# SB Admin rewritten in Angular8 and Bootstrap 4
# SB Admin rewritten in Angular9 and Bootstrap 4

Simple Dashboard Admin App built using Angular 8 and Bootstrap 4
Simple Dashboard Admin App built using Angular 9 and Bootstrap 4

This project is a port of the famous Free Admin Bootstrap Theme [SB Admin v8.0](http://startbootstrap.com/template-overviews/sb-admin-2/) to Angular8 Theme.
This project is a port of the famous Free Admin Bootstrap Theme [SB Admin v8.0](http://startbootstrap.com/template-overviews/sb-admin-2/) to Angular9 Theme.

Powered by [StartAngular](http://startangular.com/) & [StrapUI](http://strapui.com/)

## [Demo](http://rawgit.com/start-angular/SB-Admin-BS4-Angular-6/master/dist/)

## [SB Admin Material version](https://github.com/start-javascript/sb-admin-material)

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.0.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.2.

### Introduction

Provides fast, reliable and extensible starter for the development of Angular projects.

`sb-admin-bs4-angular8` provides the following features:
`sb-admin-bs4-angular9` provides the following features:

* Developed using boostrap-v4.0.0
* angular-v8.0.0
* angular/cli-v8.0.0
* [ng-bootstrap-v4.0.0](https://github.com/ng-bootstrap/)
* [ngx-translate-v11.0.0](https://github.com/ngx-translate)
* Developed using boostrap-v6.0.0
* angular-v9.0.2
* angular/cli-v9.0.2
* [ng-bootstrap-v6.0.0](https://github.com/ng-bootstrap/)
* [ngx-translate-v12.1.1](https://github.com/ngx-translate)
* Following the best practices.
* Ahead-of-Time compilation support.
* Official Angular i18n support.
Expand Down
71 changes: 36 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,46 +14,47 @@
},
"private": true,
"dependencies": {
"@angular/animations": "8.0.0",
"@angular/common": "8.0.0",
"@angular/compiler": "8.0.0",
"@angular/core": "8.0.0",
"@angular/forms": "8.0.0",
"@angular/platform-browser": "8.0.0",
"@angular/platform-browser-dynamic": "8.0.0",
"@angular/router": "8.0.0",
"@ng-bootstrap/ng-bootstrap": "4.2.1",
"@ngx-translate/core": "11.0.1",
"@angular/animations": "9.0.2",
"@angular/common": "9.0.2",
"@angular/compiler": "9.0.2",
"@angular/core": "9.0.2",
"@angular/forms": "9.0.2",
"@angular/localize": "^9.0.2",
"@angular/platform-browser": "9.0.2",
"@angular/platform-browser-dynamic": "9.0.2",
"@angular/router": "9.0.2",
"@ng-bootstrap/ng-bootstrap": "6.0.0",
"@ngx-translate/core": "12.1.1",
"@ngx-translate/http-loader": "4.0.0",
"chart.js": "2.7.3",
"core-js": "2.5.7",
"chart.js": "2.9.3",
"core-js": "3.6.4",
"font-awesome": "4.7.0",
"ng2-charts": "2.3.0",
"rxjs": "6.5.2",
"tslib": "^1.9.0",
"yarn": "1.16.0",
"zone.js": "~0.9.1"
"rxjs": "6.5.4",
"tslib": "^1.11.0",
"yarn": "1.22.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.800.0",
"@angular/cli": "8.0.2",
"@angular/compiler-cli": "8.0.0",
"@angular/language-service": "8.0.0",
"@types/jasmine": "2.8.9",
"@types/jasminewd2": "2.0.5",
"@types/node": "10.12.2",
"codelyzer": "^5.0.1",
"jasmine-core": "3.3.0",
"@angular-devkit/build-angular": "~0.900.3",
"@angular/cli": "9.0.3",
"@angular/compiler-cli": "9.0.2",
"@angular/language-service": "9.0.2",
"@types/jasmine": "3.5.7",
"@types/jasminewd2": "2.0.8",
"@types/node": "13.7.6",
"codelyzer": "^5.2.1",
"jasmine-core": "3.5.0",
"jasmine-spec-reporter": "4.2.1",
"karma": "^4.1.0",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "1.0.1",
"karma-coverage-istanbul-reporter": "2.0.4",
"karma-jasmine": "1.1.2",
"karma-jasmine-html-reporter": "1.4.0",
"protractor": "5.4.1",
"ts-node": "7.0.1",
"tslint": "5.11.0",
"typescript": "3.4.5"
"karma": "^4.4.1",
"karma-chrome-launcher": "3.1.0",
"karma-cli": "2.0.0",
"karma-coverage-istanbul-reporter": "2.1.1",
"karma-jasmine": "3.1.1",
"karma-jasmine-html-reporter": "1.5.2",
"protractor": "5.4.3",
"ts-node": "8.6.2",
"tslint": "6.0.0",
"typescript": "^3.6.5"
}
}
6 changes: 3 additions & 3 deletions src/assets/i18n/es.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"Dashboard": "Principal",
"Charts": "Caracteres",
"Charts": "Gráficos",
"Tables": "Tablas",
"Forms": "Formularios",
"Bootstrap Element": "Elementos Bootstrap",
"Bootstrap Grid": "Rejilla Bootstrap",
"Bootstrap Grid": "Cuadrícula Bootstrap",
"Component": "Componentes",
"Menu": "Menú",
"Submenu": "Submenú",
Expand All @@ -22,7 +22,7 @@
"Simplified Chinese": "Chino simplificado",
"Search" : "Búsqueda",
"Settings" : "Ajustes",
"Profile" : "Profile",
"Profile" : "Perfil",
"Inbox" : "Bandeja de entrada",
"Log Out" : "Cerrar Sesión",
"Pending Task" : "Tarea pendiente",
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>SB Admin Angular8 BS5</title>
<title>SB Admin Angular9 BS5</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
7 changes: 5 additions & 2 deletions src/polyfills.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/***************************************************************************************************
* Load `$localize` onto the global scope - used if i18n tags appear in Angular templates.
*/
import '@angular/localize/init';
/**
* This file includes polyfills needed by Angular and is loaded before the app.
* You can add your own extra polyfills to this file.
Expand Down Expand Up @@ -30,8 +34,7 @@
// import 'classlist.js'; // Run `npm install --save classlist.js`.

/** IE10 and IE11 requires the following for the Reflect API. */
import 'core-js/es6/reflect';
import 'core-js/es7/reflect';
import 'core-js/es/reflect';

/**
* Web Animations `@angular/platform-browser/animations`
Expand Down
Loading

0 comments on commit e58e864

Please sign in to comment.