Skip to content

Commit

Permalink
feat(angular): update demo to angular 15
Browse files Browse the repository at this point in the history
  • Loading branch information
denStrigo committed Oct 29, 2023
1 parent d8f2780 commit 37adf4c
Show file tree
Hide file tree
Showing 18 changed files with 5,908 additions and 1,977 deletions.
4 changes: 2 additions & 2 deletions docs/app/pages/home/landing-home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import {MetadataService} from '../../../../src/app/@core/utils/metadata.service'
export class LandingHomeComponent {
constructor(private themeService: NbThemeService, private metadataService: MetadataService) {
this.metadataService.updateDescription('Save more than $33,000 using ngx-admin for personal and commercial' +
' use. The dashboard is based on Angular 9+ and Bootstrap 4+. Completely FREE and MIT licensed.');
this.metadataService.updateTitle('Ngx-admin - most popular admin dashboard on Angular 9+ and Nebular.');
' use. The dashboard is based on Angular 15+ and Bootstrap 4+. Completely FREE and MIT licensed.');
this.metadataService.updateTitle('Ngx-admin - most popular admin dashboard on Angular 15+ and Nebular.');
this.themeService.changeTheme('ngx-landing');
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div>
<h1>ngx-admin</h1>
<p class="description">
The most popular admin dashboard based on <strong>Angular 9+</strong> and
The most popular admin dashboard based on <strong>Angular 15+</strong> and
<a
href="https://akveo.github.io/nebular/?utm_campaign=nebular%20-%20home%20-%20ngx_admin%20docs&utm_content=landing_main_info&utm_medium=referral&utm_source=ngx_admin"
target="_blank"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ <h1>material ngx-admin</h1>
<p class="description">
Material admin theme based on the most popular Angular dashboard template - <a href="https://akveo.github.io/nebular?utm_campaign=nebular%20-%20home%20-%20ngx_admin%20demo&utm_source=ngx_admin_material&utm_medium=referral&utm_content=landing_page"
target="_blank">ngx-admin</a>.
Included: <strong>Angular 9+</strong>,
Included: <strong>Angular 15+</strong>,
<a href="https://akveo.github.io/nebular?utm_campaign=nebular%20-%20home%20-%20ngx_admin%20docs&utm_source=ngx_admin&utm_medium=referral&utm_content=landing_main_info" target="_blank">Nebular</a> and
<a href="https://eva.design?utm_campaign=eva_design%20-%20home%20-%20ngx_admin%20docs&utm_source=ngx_admin&utm_medium=referral&utm_content=landing_main_info">Eva Design System</a>.
Free for personal and commercial usage.
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You can also use ngx-admin for the purpose of learning Angular.

## List of features

- Angular 9+ & Typescript
- Angular 15+ & Typescript
- Bootstrap 4+ & SCSS
- Responsive layout
- RTL support
Expand Down
10 changes: 5 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>The most popular admin dashboard based on Angular 9+ and Nebular.</title>
<title>The most popular admin dashboard based on Angular 15+ and Nebular.</title>

<meta name="description" content="Save more than $33,000 using ngx-admin for personal and commercial use. The dashboard is based on Angular 9+ and Bootstrap 4+. Completely FREE and MIT licensed.">
<meta name="keywords" content="Ngx admin, angular 9+ admin, angular 9+ admin template, ngx-admin LP, admin panel template, admin dashboard, bootstrap 4+ templates, angular bootstrap, admin template, free dashboard templates, angular dashboard, angular templates free, angular template admin, integration Angular ngx-admin with .NET, Node.js, Ruby or PHP, backend bundles, PHP Laravel Starter Bundle, Node.js MongoDB Starter Bundle, Node.js Nest Starter Bundle, Java/Spring Light Bundle, .NET Core E-Commerce Bundle, .NET E-Commerce Bundle, Node.js MongoDB E-Commerce Bundle, Java/Spring E-Commerce Bundle, .NET Core IoT Bundle, .NET IoT Bundle, .NET Core Starter Bundle, Python Flask Starter Bundle, Django Starter Bundle, Java/Spring Starter Bundle, .NET Starter Bundle, .NET Core Light Bundle,">
<meta name="description" content="Save more than $33,000 using ngx-admin for personal and commercial use. The dashboard is based on Angular 15+ and Bootstrap 4+. Completely FREE and MIT licensed.">
<meta name="keywords" content="Ngx admin, angular 15+ admin, angular 15+ admin template, ngx-admin LP, admin panel template, admin dashboard, bootstrap 4+ templates, angular bootstrap, admin template, free dashboard templates, angular dashboard, angular templates free, angular template admin, integration Angular ngx-admin with .NET, Node.js, Ruby or PHP, backend bundles, PHP Laravel Starter Bundle, Node.js MongoDB Starter Bundle, Node.js Nest Starter Bundle, Java/Spring Light Bundle, .NET Core E-Commerce Bundle, .NET E-Commerce Bundle, Node.js MongoDB E-Commerce Bundle, Java/Spring E-Commerce Bundle, .NET Core IoT Bundle, .NET IoT Bundle, .NET Core Starter Bundle, Python Flask Starter Bundle, Django Starter Bundle, Java/Spring Starter Bundle, .NET Starter Bundle, .NET Core Light Bundle,">

<meta property="og:description" content="Save more than $33,000 using ngx-admin for personal and commercial use. The dashboard is based on Angular 9+ and Bootstrap 4+. Completely FREE and MIT licensed.">
<meta property="og:title" content="The most popular admin dashboard based on Angular 9+ and Nebular.">
<meta property="og:description" content="Save more than $33,000 using ngx-admin for personal and commercial use. The dashboard is based on Angular 15+ and Bootstrap 4+. Completely FREE and MIT licensed.">
<meta property="og:title" content="The most popular admin dashboard based on Angular 15+ and Nebular.">

<meta property="og:image" content="https://i.imgur.com/tQwozJJ.jpg"/>

Expand Down
4 changes: 2 additions & 2 deletions docs/structure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export const structure = [
type: 'page',
name: 'What is ngx-admin?',
title: 'Ngx-admin - documentation',
description: 'ngx-admin is a front-end admin dashboard template based on Angular 9+, Bootstrap 4+ and Nebular',
keywords: 'Ngx-admin features, Angular 9+ typescript, Bootstrap 4+ & SCSS, ngx-admin documentation',
description: 'ngx-admin is a front-end admin dashboard template based on Angular 15+, Bootstrap 4+ and Nebular',
keywords: 'Ngx-admin features, Angular 15+ typescript, Bootstrap 4+ & SCSS, ngx-admin documentation',
children: [
{
type: 'block',
Expand Down

0 comments on commit 37adf4c

Please sign in to comment.