822 comments found.
can you give me acces to your github I just buy your template gitub username laocheus2000 thanks
Invitation sent! Please check link https://github.com/mh-rafi/egret-angular/invitations
Hi, can you add me to GitHub repos? My username is BabyDino. Thanks!
Invitation sent! Please check link https://github.com/mh-rafi/egret-angular/invitations
Hello there. First off, thanks very much for the template. It’s really complete and well put together. I’m still just playing around with it and trying to understand how everything works together. Specifically, I’m trying to get an authentication API working with the template, and not having much luck.
I have another simple angular project and an api that runs on port 4000 on the same machine and it works well. Could you possibly tell me what I would need to do to get this working with your template?
In the one that works, there’s a webpack.conf.js file with the following:plugins: [ new HtmlWebpackPlugin({ template: ’./src/index.html’, filename: ‘index.html’, inject: ‘body’ }), new webpack.DefinePlugin({ // global app config object config: JSON.stringify({ apiUrl: ‘http://localhost:4000' }) }) ]
Do I need to do something similar in this case? If so, which config file?
Thanks so much for any advice. If I get my website together I will buy the full license.
{
path: '',
component: AdminLayoutComponent,
canActivate: [AuthGuard],
children: [...]
}
You need to integrate your authentication REST api inside “authGuard”.
I don’t know what’s your existing application structure. But this template is an angular cli project and “angular.json” is the configuration file.
Pages for your application should be inside “src/app/views/” folder. Under the views folder, there are different modules(lazy loaded modules, loads under specific route in app.routing.ts) and child routes for each module.
Please check doc for more details http://demos.ui-lib.com/egret-doc/
Thanks
Hi, please invite my GitHub ID: “brunodigaha”. Thanks!
Invitation sent! https://github.com/mh-rafi/egret-angular/invitations
Hello can i have github access : https://github.com/gaston223
Invitation sent! https://github.com/mh-rafi/egret-angular/invitations
can you add me to github. u: pantonis
Invitation sent! https://github.com/mh-rafi/egret-angular/invitations
Hello I tried to run your theme in development machine, it seems ok.
But when I try to load to our server (after building) I got the below error message. because its MIME type (‘text/html’) is not a supported stylesheet MIME type, and strict MIME checking is enabled.
Any idea?
Thanks in advance
c97ded27-f739-41e1-a5b7-ee4748bb1253 – 10 Feb 2019
may be you are facing this issue. https://stackoverflow.com/questions/48248832/stylesheet-not-loaded-because-of-mime-type
Please check carefully your changes. Also don’t forget to build with—prod flag ng build --prod
Hi,
I got npm warning message below after run npm install. How to fix that?
Thanks.
C:\Users\Emnaz\projects\seed>npm install
> node-sass@4.9.3 install C:\Users\Emnaz\projects\seed\node_modules\node-sass
> node scripts/install.js
Cached binary found at C:\Users\Emnaz\AppData\Roaming\npm-cache\node-sass\4.9.3\win32-x64-64_binding.node
> node-sass@4.9.3 postinstall C:\Users\Emnaz\projects\seed\node_modules\node-sass
> node scripts/build.js
Binary found at C:\Users\Emnaz\projects\seed\node_modules\node-sass\vendor\win32-x64-64\binding.node
Testing binary
Binary is fine
npm WARN rollback Rolling back readable-stream@2.3.6 failed (this is probably harmless): EPERM: operation not permitted, lstat 'C:\Users\Emnaz\projects\seed\node_modules\fsevents\node_modules'
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN @agm/core@1.0.0-beta.2 requires a peer of @angular/common@^4.0.0 || ^5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @agm/core@1.0.0-beta.2 requires a peer of @angular/core@^4.0.0 || ^5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngu/carousel@1.5.4 requires a peer of @angular/common@^6.0.0-rc.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngu/carousel@1.5.4 requires a peer of @angular/core@^6.0.0-rc.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @swimlane/ngx-datatable@11.1.7 requires a peer of rxjs@^5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN angular-star-rating@3.0.8 requires a peer of @angular/core@^4.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN angular-star-rating@3.0.8 requires a peer of @angular/forms@^4.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN angular-star-rating@3.0.8 requires a peer of rxjs@^5.1.0 but none is installed. You must install peer dependencies yourself.
npm WARN ng2-dragula@1.3.1 requires a peer of @angular/compiler@2.4.3 but none is installed. You must install peer dependencies yourself.
npm WARN ng2-dragula@1.3.1 requires a peer of @angular/forms@2.4.3 but none is installed. You must install peer dependencies yourself.
npm WARN ngx-quill@2.0.4 requires a peer of @angular/core@^5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN ngx-quill@2.0.4 requires a peer of @angular/forms@^5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN ngx-quill@2.0.4 requires a peer of rxjs@^5.5.2 but none is installed. You must install peer dependencies yourself.
npm WARN codelyzer@2.0.1 requires a peer of @angular/compiler@^2.3.1 || >=4.0.0-beta <5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN codelyzer@2.0.1 requires a peer of @angular/core@^2.3.1 || >=4.0.0-beta <5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
added 1221 packages from 1111 contributors and audited 40703 packages in 718.975s
found 16 vulnerabilities (9 low, 7 high)
run `npm audit fix` to fix them, or `npm audit` for details
C:\Users\Emnaz\projects\seed>
C:\Users\Emnaz\projects\seed>npm audit
=== npm audit security report ===
# Run npm install --save-dev karma@4.0.0 to resolve 12 vulnerabilities
SEMVER WARNING: Recommended action is a potentially breaking change
Low Regular Expression Denial of Service
Package debug
Dependency of karma [dev]
Path karma > socket.io > debug
More info https://nodesecurity.io/advisories/534
Low Regular Expression Denial of Service
Package debug
Dependency of karma [dev]
Path karma > socket.io > engine.io > debug
More info https://nodesecurity.io/advisories/534
Low Regular Expression Denial of Service
Package debug
Dependency of karma [dev]
Path karma > socket.io > socket.io-adapter > debug
More info https://nodesecurity.io/advisories/534
Low Regular Expression Denial of Service
Package debug
Dependency of karma [dev]
Path karma > socket.io > socket.io-client > debug
More info https://nodesecurity.io/advisories/534
Low Regular Expression Denial of Service
Package debug
Dependency of karma [dev]
Path karma > socket.io > socket.io-client > engine.io-client >
debug
More info https://nodesecurity.io/advisories/534
Low Regular Expression Denial of Service
Package debug
Dependency of karma [dev]
Path karma > socket.io > socket.io-adapter > socket.io-parser >
debug
More info https://nodesecurity.io/advisories/534
Low Regular Expression Denial of Service
Package debug
Dependency of karma [dev]
Path karma > socket.io > socket.io-client > socket.io-parser >
debug
More info https://nodesecurity.io/advisories/534
Low Regular Expression Denial of Service
Package debug
Dependency of karma [dev]
Path karma > socket.io > socket.io-parser > debug
More info https://nodesecurity.io/advisories/534
Low Prototype Pollution
Package lodash
Dependency of karma [dev]
Path karma > lodash
More info https://nodesecurity.io/advisories/577
High Denial of Service
Package ws
Dependency of karma [dev]
Path karma > socket.io > engine.io > ws
More info https://nodesecurity.io/advisories/550
High Denial of Service
Package ws
Dependency of karma [dev]
Path karma > socket.io > socket.io-client > engine.io-client > ws
More info https://nodesecurity.io/advisories/550
High Regular Expression Denial of Service
Package parsejson
Dependency of karma [dev]
Path karma > socket.io > socket.io-client > engine.io-client >
parsejson
More info https://nodesecurity.io/advisories/528
# Run npm install --save-dev protractor@5.4.2 to resolve 3 vulnerabilities
High Denial of Service
Package https-proxy-agent
Dependency of protractor [dev]
Path protractor > saucelabs > https-proxy-agent
More info https://nodesecurity.io/advisories/593
High Arbitrary File Write via Archive Extraction
Package adm-zip
Dependency of protractor [dev]
Path protractor > webdriver-js-extender > selenium-webdriver >
adm-zip
More info https://nodesecurity.io/advisories/681
High Denial of Service
Package ws
Dependency of protractor [dev]
Path protractor > webdriver-js-extender > selenium-webdriver > ws
More info https://nodesecurity.io/advisories/550
# Run npm install --save-dev @angular-devkit/build-angular@0.13.1 to resolve 1 vulnerability
High Missing Origin Validation
Package webpack-dev-server
Dependency of @angular-devkit/build-angular [dev]
Path @angular-devkit/build-angular > webpack-dev-server
More info https://nodesecurity.io/advisories/725
found 16 vulnerabilities (9 low, 7 high) in 40703 scanned packages
run `npm audit fix` to fix 4 of them.
12 vulnerabilities require semver-major dependency updates.
C:\Users\Emnaz\projects\seed>ng version
Your global Angular CLI version (7.3.0) is greater than your local
version (7.0.6). The local Angular CLI version is used.
To disable this warning use "ng config -g cli.warnings.versionMismatch false".
_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
Angular CLI: 7.0.6
Node: 10.15.0
OS: win32 x64
Angular: 7.0.4
... animations, cdk, common, compiler, compiler-cli, core, forms
... http, language-service, material, platform-browser
... platform-browser-dynamic, router
Package Version
-----------------------------------------------------------
@angular-devkit/architect 0.10.7
@angular-devkit/build-angular 0.10.7
@angular-devkit/build-optimizer 0.10.7
@angular-devkit/build-webpack 0.10.7
@angular-devkit/core 7.0.6
@angular-devkit/schematics 7.0.6
@angular/cli 7.0.6
@angular/flex-layout 7.0.0-beta.19
@ngtools/webpack 7.0.7
@schematics/angular 7.0.6
@schematics/update 0.10.6
rxjs 6.1.0
typescript 3.1.6
webpack 4.19.1
Please use latest node and npm. And try “npm install” again after deleting “node_modules” folder and “package-lock.json” file.
Now that material 2 table is mature enough any plans to replace ngx datatable with material?
I’ll add material table and material new components which are missing in template. You can also use material table by just copying code from material example. Thanks
Based on your comments you used Reactive forms. material examples do not use reactive forms. Can you give an estimate for the release? Thanks
Hopefully, I’m going to release in this month.
Thanks I will be waiting. One more question When you update the theme how do we update the code? Is there any update plan?
Hi, my github user is robdesi85, can you invite me to the repo? Thanks!!
Invitation sent! https://github.com/mh-rafi/egret-angular/invitations
Please have a guide or manual where you can visualize how to include the components in my application in Angular.
Thank you.
It will be easier if you include your project inside this template because this template has its own folder & routing structure.
Please take a look at the documentation http://demos.ui-lib.com/egret-doc/
Hi, please invite my GitHub ID: “emnaz”. Thanks!
invitation sent! https://github.com/mh-rafi/egret-angular/invitations
Hi, please invite my GitHub ID: “netvolutionfr”. Thanks!
Invitation sent! https://github.com/mh-rafi/egret-angular/invitations
When I login in the dashboard as first-time then site nav bar menu name disappears. After click on invisible menu name then the menu name is appearing. This problem I am facing for the build with (—prod) optimization of our project
Thanks & Regards Ajijur Rahaman
I am waiting for your reply
It’s difficult to say what’s actually happening. can you share your project link by email? My email mhrafi.dev@gmail.com
Hi, please invite my GitHub ID: “jon-coffey”. Thanks!
Invitation sent! https://github.com/mh-rafi/egret-angular/invitations
Please add brandon-morgan to your github repo. Thanks!
Invitation sent! https://github.com/mh-rafi/egret-angular/invitations
Hi, you have created a nice theme and have purchased it. But i found less features in comparison of other themes. please update landing page as well for product details and pricing. and other extra features. and can you please tell me is it latest update? if not then how i can get it and where?
github: codename32
thanks!
I’ll update/add design and features to this template. I’ve added you to github repo. You can get the latest bug fixes here. https://github.com/mh-rafi/egret-angular/invitations
link is not working
Login your github account if you are not logged in.
Hello,
We liked your product. But We need some details like how the responsiveness is managed. is it through bootstrap or any other framework. Basically we want to know what is the underlying technology.
What skills we need to have to work in this theme ?
Thanks in advance, We are in a hurry Hope you reply fast
We’ve used angular official flex layout for responsiveness https://github.com/angular/flex-layout
Material UI kits from Angular material https://material.angular.io/
And off course you need to know how to work with https://cli.angular.io/
Thanks
Hi, please invite my GitHub ID: “Devas9”. Thanks! 
Invitation sent! https://github.com/mh-rafi/egret-angular/invitations
Hello,
I would like to let you know that i still do not see my invitation to the github.
This is my github user
sigawebsas
invitation sent! https://github.com/mh-rafi/egret-angular/invitations
Thank you.
The github version is newer than the winrar file that i can download from this page?
Yeah, github version is always newer. I continuously work on the project to fix different bugs and adding new features, after finishing few of them, I update themeforest version.
Thanks.