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';
The ultimate set of UI Components to assist you with 90+ impressive Angular Components.
+The ultimate set of UI Components to assist you with 80+ impressive Angular Components.
The ultimate set of UI Components to assist you with 90+ impressive Angular Components.
+Compliant with the Web Content Accessibility Guidelines (WCAG 2.0).