Skip to content

Commit

Permalink
Update count
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Nov 28, 2023
1 parent e82a968 commit 65823e4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions src/app/showcase/layout/doc/codeeditor/index.ts
Original file line number Diff line number Diff line change
@@ -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);
Expand Down Expand Up @@ -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
};

Expand All @@ -50,4 +49,4 @@ const useStackBlitz = (props: Props) => {
sdk.openProject(project, options);
};

export { useStackBlitz, useCodeSandbox };
export { useCodeSandbox, useStackBlitz };
2 changes: 1 addition & 1 deletion src/app/showcase/layout/doc/codeeditor/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand Down
6 changes: 3 additions & 3 deletions src/app/showcase/pages/landing/featuressection.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import { AppConfigService } from '../../service/appconfigservice';
<div class="col-12 md:col-6 xl:col-3 flex justify-content-center">
<div class="box p-4 w-full">
<img src="https://primefaces.org/cdn/primeng/images/landing/features/icon-components.svg" width="30" height="25" class="block mb-3" alt="components icon" />
<div class="font-semibold mb-3 text-lg">90+ UI Components</div>
<p class="m-0 text-secondary font-medium">The ultimate set of UI Components to assist you with 90+ impressive Angular Components.</p>
<div class="font-semibold mb-3 text-lg">80+ UI Components</div>
<p class="m-0 text-secondary font-medium">The ultimate set of UI Components to assist you with 80+ impressive Angular Components.</p>
</div>
</div>
<div class="col-12 md:col-6 xl:col-3 flex justify-content-center">
Expand All @@ -38,7 +38,7 @@ import { AppConfigService } from '../../service/appconfigservice';
<div class="box p-4 w-full">
<img src="https://primefaces.org/cdn/primeng/images/landing/features/icon-accessibility.svg" alt="components icon" class="block mb-3" />
<div class="font-semibold mb-3 text-lg">Accessibility</div>
<p class="m-0 text-secondary font-medium">The ultimate set of UI Components to assist you with 90+ impressive Angular Components.</p>
<p class="m-0 text-secondary font-medium">Compliant with the Web Content Accessibility Guidelines (WCAG 2.0).</p>
</div>
</div>
<div class="col-12 md:col-6 xl:col-3 flex justify-content-center">
Expand Down

1 comment on commit 65823e4

@vercel
Copy link

@vercel vercel bot commented on 65823e4 Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.