Page 1 of 1

Project Setup

Posted: 11 Oct 2019, 20:45
by micheal.harrington
Hi, I'm looking at purchasing the Avalon theme for my Angular project, but before doing so I want to know what it will look like and how to configure it for my project.

Is there anyway without purchasing to try it within my application?

I'm currently configured with Angular 6 and have the basic theme with:

Code: Select all

"styles": [
              "node_modules/font-awesome/css/font-awesome.min.css",
              "node_modules/primeng/resources/themes/omega/theme.scss",
              "node_modules/primeng/resources/primeng.min.css",
              "node_modules/primeicons/primeicons.css",
              "src/styles.scss"
            ],
I've looked into my node_modules/primeng/resources/themes but avalon is not there to try.

Any assistance would be appreciated.

Re: Project Setup

Posted: 08 Nov 2019, 15:31
by merve7
Hi,
You can see the setup guide in Integration with an Existing (CLI- Non-CLI) Project topic in documentation page (https://www.primefaces.org/avalon-ng/#/documentation)

Re: Project Setup

Posted: 31 Dec 2019, 05:01
by ARUN30687
I have purchased avlon angular theme, while setup I am getting below error.

npm ERR! code ENOENT
npm ERR! syscall spawn git
npm ERR! path git
npm ERR! errno ENOENT
npm ERR! enoent Error while executing:
npm ERR! enoent undefined ls-remote -h -t ssh://git@github.com/angular/web-animations-js.git
npm ERR! enoent
npm ERR! enoent
npm ERR! enoent spawn git ENOENT
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\user\AppData\Roaming\npm-cache\_logs\2019-12-31T02_50_38_102Z-debug.log


Please help me out to fix this issue.

Re: Project Setup

Posted: 13 Jan 2020, 10:19
by merve7
Hi,
Please, can you send me your package.json file?