From 65823e42d8bd6930bf412135e85436269b7a534e Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 28 Nov 2023 12:30:07 +0300 Subject: [PATCH] Update count --- src/app/showcase/layout/doc/codeeditor/index.ts | 7 +++---- src/app/showcase/layout/doc/codeeditor/templates.ts | 2 +- .../showcase/pages/landing/featuressection.component.ts | 6 +++--- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/app/showcase/layout/doc/codeeditor/index.ts b/src/app/showcase/layout/doc/codeeditor/index.ts index 0b460ba33b1..5aaf4a87a80 100644 --- a/src/app/showcase/layout/doc/codeeditor/index.ts +++ b/src/app/showcase/layout/doc/codeeditor/index.ts @@ -1,6 +1,5 @@ import sdk from '@stackblitz/sdk'; -import { getAngularApp } from './templates'; -import { Props } from './templates'; +import { Props, getAngularApp } from './templates'; const useCodeSandbox = (props: Props) => { const { files } = getAngularApp(props); @@ -38,7 +37,7 @@ const useStackBlitz = (props: Props) => { title: title, template: 'node', description: - 'PrimeNG is an open source UI library for Angular featuring a rich set of 90+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, which has 370+ ready to use UI blocks to build spectacular applications in no time.', + 'PrimeNG is an open source UI library for Angular featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, which has 370+ ready to use UI blocks to build spectacular applications in no time.', files: _files }; @@ -50,4 +49,4 @@ const useStackBlitz = (props: Props) => { sdk.openProject(project, options); }; -export { useStackBlitz, useCodeSandbox }; +export { useCodeSandbox, useStackBlitz }; diff --git a/src/app/showcase/layout/doc/codeeditor/templates.ts b/src/app/showcase/layout/doc/codeeditor/templates.ts index 124c73fe35d..3d7d0361e25 100644 --- a/src/app/showcase/layout/doc/codeeditor/templates.ts +++ b/src/app/showcase/layout/doc/codeeditor/templates.ts @@ -17,7 +17,7 @@ const app_dependencies = pkg ? pkg.devDependencies : {}; const PrimeNG = { version: '17.0.0-beta.1', description: - 'PrimeNG is an open source UI library for Angular featuring a rich set of 90+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, which has 370+ ready to use UI blocks to build spectacular applications in no time.' + 'PrimeNG is an open source UI library for Angular featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, which has 370+ ready to use UI blocks to build spectacular applications in no time.' }; const getAppDependencies = () => { diff --git a/src/app/showcase/pages/landing/featuressection.component.ts b/src/app/showcase/pages/landing/featuressection.component.ts index c4052c571f3..373949164d4 100644 --- a/src/app/showcase/pages/landing/featuressection.component.ts +++ b/src/app/showcase/pages/landing/featuressection.component.ts @@ -16,8 +16,8 @@ import { AppConfigService } from '../../service/appconfigservice';
components icon -
90+ UI Components
-

The ultimate set of UI Components to assist you with 90+ impressive Angular Components.

+
80+ UI Components
+

The ultimate set of UI Components to assist you with 80+ impressive Angular Components.

@@ -38,7 +38,7 @@ import { AppConfigService } from '../../service/appconfigservice';
components icon
Accessibility
-

The ultimate set of UI Components to assist you with 90+ impressive Angular Components.

+

Compliant with the Web Content Accessibility Guidelines (WCAG 2.0).