211 comments found.
Dear,
Few weeks ago, I’ve build the angular version and uploaded on a cPanel hosting. Today, I’ve noticed that a php file is uploaded from this angular website to the FTP.
What are the possibilities that someone can upload a file to the hosting? Which url’s or components should I secure more to disable the uploads.
Waiting for your answer.
Greetings,
A. Ozay
That sounds like a security issue from your hosting side.
The script has been uploaded trough Angular application. We’ve checked the FTP logs and can see that it is clear. The file has been uploaded on the folder where the Angular application is available. So we are sure that it comes from this application, but don’t know from where he was able to upload this script. Could you please recheck everything and provide me some information from where the attacker could have uploaded the PHP file
There’s nothing on this template that would allow that. Did you created a upload form and not put any file type restrictions on it? If so I would start there.
Hey, i recently bought this template, when you guys have ready the frontend feature can I get it?
Sure can 
Is an Angular 5 version coming?
Possibly
Any update on Angular 5?
You’ll receive an update when it’s ready.
Hello guys, I would like to know if anyone has any examples of how to save in mysql my taskboard just by moving with the mouse.
Hugs !!!
Hi,
Nothing like that is baked into the template. You would have to add drag and drop and save like this.. http://phpcooker.com/jquery-drag-and-drop-save-to-database-php
I just have to say, I love your lorem ipsum text.
Hahaha, it’s great! They call it Hipster Ipsum https://hipsum.co/
i’m trying to implement datatables with left most two columns fixed. trying it with datatables-fixedcolumns extension. no luck. any suggestion on getting my table horizontally scroll on the right side columns?
<script> $(document).ready(function() { table = $(’#productsTable’).DataTable({ retrieve: true, paging: false, fixedColumns: true, scrollY: “300px”, scrollX: true, scrollCollapse: true, paging: false }); }); </script>
Do you have an example of this?
this is the horizontal scroll : https://datatables.net/examples/basic_init/scroll_x.html
this is the one we are trying to implement (with left or right or both columns fixed): https://datatables.net/extensions/fixedcolumns/examples/initialisation/left_right_columns.html
That looks pretty cool, did you try it with the example they provided?
$(document).ready(function() {
var table = $('#example').DataTable( {
scrollY: "300px",
scrollX: true,
scrollCollapse: true,
paging: false,
fixedColumns: {
leftColumns: 1,
rightColumns: 1
}
} );
} );
yes. i did following amendment, but table stays same. no h scrolling.
$(document).ready(function() {
table = $('#productsTable').DataTable({
retrieve: true,
scrollY: "300px",
scrollX: true,
scrollCollapse: true,
paging: false,
fixedColumns: {
leftColumns: 1,
rightColumns: 1
}
});
});
when i try following, (destroy the table) it messes up the styling.
$(document).ready(function() {
table = $('#productsTable').DataTable({
destroy: true,
});
});
table.destroy();
});
table = $('#productsTable').DataTable({
//retrieve: true,
scrollY: "300px",
scrollX: true,
scrollCollapse: true,
paging: true,
fixedColumns: {
leftColumns: 1,
rightColumns: 1
}
hi @authenticgoods, it will be really help full if you can update datatables example in the distribution. i’m still stuck without a solution.
Hi, Sorry but we currently don’t support or plan on adding that customization to our template.
could you update angular to version 5.1?
Working on it.
Hi, We tried running angular-full project . It’s throwing an error as below. Please help to fix the issue.
328156 error Windows_NT 6.3.9600 328157 error argv “C:\\Program Files\\nodejs\\node.exe” “C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js” “install” 328158 error node v6.9.4 328159 error npm v3.10.10 328160 error code ELIFECYCLE 328161 error ng2-search-filter@0.3.1 postinstall: `typings install` 328161 error Exit status 1 328162 error Failed at the ng2-search-filter@0.3.1 postinstall script ‘typings install’. 328162 error Make sure you have the latest version of node.js and npm installed. 328162 error If you do, this is most likely a problem with the ng2-search-filter package, 328162 error not with npm itself. 328162 error Tell the author that this fails on your system: 328162 error typings install 328162 error You can get information on how to open an issue for this project with: 328162 error npm bugs ng2-search-filter 328162 error Or if that isn’t available, you can get their info via: 328162 error npm owner ls ng2-search-filter 328162 error There is likely additional logging output above. 328163 verbose exit [ 1, true ]
Hi,
Be sure your Node and NPM are updated to the latest version. Then run this command: npm install typings -g
Hi there great work here. Is FullCalendar something you have included on this, cant see it anywhere in the demo but really would be something I need? Thanks
Hi, Thank you very much! This package currently does not contain a full calendar, but that’s something that’s be considered with future enhancements.
Ahh ok no problem, sorry its something we really need as have 3 calendars in out admin
Thanks anyway
Hi, we are interested to purchase this theme, but need to consider few things before it.
1. Is File Manager & Task Board functionalities are available (working) now for angular4 version ..? 2. Is there any support or version available for angular1.x ..?
Hi, This package does not have support for the old version of AngularJS 1.x, it only support the new Angular4.x and will be updated to Angular5.x soon. The File manager and task board works from a UI standpoint but does not connect to a database to save the data.
Hello! Any news about the Angular 5 update?
It’s in progress, was hoping that Material2 would have a stable release soon so I could release both updates at the same time.
Hi! 1. Do you have more detailed documentation? 2. How to call Sweet Alerts in the interface? The .sweet-success class does not call for sweet alerts.
Hi, The .sweet-success class is the target however it’s event is being delegated to its parent #sweet_alerts_card Take a look at the alert.js file located in app/js/modules around line 10
For more information about SweetAlerts you can find their docs located here: https://limonte.github.io/sweetalert2/
Thank you.
Do you have more detailed documentation of your template?
Just the documentation that you have in the download. Please feel free to email me if you have any issues, you can email me at support@authenticgoods.co
Hi, I have: @angular/cli: 1.4.4 node: 7.6.0 os: linux x64 @angular/animations: 4.4.6 @angular/cdk: 2.0.0-beta.11 @angular/common: 4.4.6 @angular/compiler: 4.4.6 @angular/core: 4.4.6 @angular/forms: 4.4.6 @angular/http: 4.4.6 @angular/material: 2.0.0-beta.11 @angular/platform-browser: 4.4.6 @angular/platform-browser-dynamic: 4.4.6 @angular/router: 4.4.6 @angular/cli: 1.4.4 @angular/compiler-cli: 4.4.6 typescript: 2.3.4
when I had typescript 2.5, I had another mistake, below is with typescript2.3.4 after ng serve: ERROR in /home/marcin/All_projects/###CoMaSy2/angular4-full2/node_modules/@swimlane/ngx-datatable/release/types/selection.type.d.ts (3,13): In ambient enum declarations member initializer must be constant expression. ERROR in /home/marcin/All_projects/###CoMaSy2/angular4-full2/src/app/pages/components/notifications-dialogs/notifications-dialogs.component.ts (30,8): Argument of type ‘{ title: string; input: “text”; showCancelButton: true; inputValidator: (value: any) => Promise<{...’ is not assignable to parameter of type ‘SweetAlertOptions’. Types of property ‘inputValidator’ are incompatible. Type ‘(value: any) => Promise<{}>’ is not assignable to type ‘(result: any) => Promise<void>’. Type ‘Promise<{}>’ is not assignable to type ‘Promise<void>’. Type ‘{}’ is not assignable to type ‘void’. ERROR in /home/marcin/All_projects/###CoMaSy2/angular4-full2/node_modules/@swimlane/ngx-datatable/release/types/column-mode.type.d.ts (3,12): In ambient enum declarations member initializer must be constant expression. ERROR in /home/marcin/All_projects/###CoMaSy2/angular4-full2/node_modules/@swimlane/ngx-datatable/release/types/column-mode.type.d.ts (4,13): In ambient enum declarations member initializer must be constant expression. ERROR in /home/marcin/All_projects/###CoMaSy2/angular4-full2/node_modules/@swimlane/ngx-datatable/release/types/sort.type.d.ts (2,14): In ambient enum declarations member initializer must be constant expression. ERROR in /home/marcin/All_projects/###CoMaSy2/angular4-full2/node_modules/@swimlane/ngx-datatable/release/types/sort.type.d.ts (3,13): In ambient enum declarations member initializer must be constant expression. ERROR in /home/marcin/All_projects/###CoMaSy2/angular4-full2/node_modules/@swimlane/ngx-datatable/release/types/sort-direction.type.d.ts (2,11): In ambient enum declarations member initializer must be constant expression. ERROR in /home/marcin/All_projects/###CoMaSy2/angular4-full2/node_modules/@swimlane/ngx-datatable/release/types/sort-direction.type.d.ts (3,12): In ambient enum declarations member initializer must be constant expression. ERROR in /home/marcin/All_projects/###CoMaSy2/angular4-full2/node_modules/@swimlane/ngx-datatable/release/types/selection.type.d.ts (2,14): In ambient enum declarations member initializer must be constant expression. ERROR in /home/marcin/All_projects/###CoMaSy2/angular4-full2/node_modules/@swimlane/ngx-datatable/release/types/column-mode.type.d.ts (2,16): In ambient enum declarations member initializer must be constant expression. ERROR in /home/marcin/All_projects/###CoMaSy2/angular4-full2/node_modules/@swimlane/ngx-datatable/release/types/selection.type.d.ts (4,18): In ambient enum declarations member initializer must be constant expression. ERROR in /home/marcin/All_projects/###CoMaSy2/angular4-full2/node_modules/@swimlane/ngx-datatable/release/types/selection.type.d.ts (5,12): In ambient enum declarations member initializer must be constant expression. ERROR in /home/marcin/All_projects/###CoMaSy2/angular4-full2/node_modules/@swimlane/ngx-datatable/release/types/selection.type.d.ts (6,16): In ambient enum declarations member initializer must be constant expression. ERROR in /home/marcin/All_projects/###CoMaSy2/angular4-full2/node_modules/@swimlane/ngx-datatable/release/types/click.type.d.ts (2,14): In ambient enum declarations member initializer must be constant expression. ERROR in /home/marcin/All_projects/###CoMaSy2/angular4-full2/node_modules/@swimlane/ngx-datatable/release/types/click.type.d.ts (3,14): In ambient enum declarations member initializer must be constant expression. ERROR in /home/marcin/All_projects/###CoMaSy2/angular4-full2/node_modules/@swimlane/ngx-datatable/release/types/contextmenu.type.d.ts (2,14): In ambient enum declarations member initializer must be constant expression. ERROR in /home/marcin/All_projects/###CoMaSy2/angular4-full2/node_modules/@swimlane/ngx-datatable/release/types/contextmenu.type.d.ts (3,12): In ambient enum declarations member initializer must be constant expression. ERROR in Error: Could not resolve ”/home/marcin/All_projects/” from ”/home/marcin/All_projects/”. at _resolveModule (/home/marcin/All_projects/###CoMaSy2/angular4-full2/node_modules/@angular/compiler-cli/src/ngtools_impl.js:79:15) at Object.listLazyRoutesOfModule (/home/marcin/All_projects/###CoMaSy2/angular4-full2/node_modules/@angular/compiler-cli/src/ngtools_impl.js:47:26) at Function.NgTools_InternalApi_NG_2.listLazyRoutes (/home/marcin/All_projects/###CoMaSy2/angular4-full2/node_modules/@angular/compiler-cli/src/ngtools_api.js:91:39) at AotPlugin._getLazyRoutesFromNgtools (/home/marcin/All_projects/###CoMaSy2/angular4-full2/node_modules/@ngtools/webpack/src/plugin.js:207:44) at _donePromise.Promise.resolve.then.then.then.then.then (/home/marcin/All_projects/###CoMaSy2/angular4-full2/node_modules/@ngtools/webpack/src/plugin.js:443:24)
Please email me your package.json and pack-lock.json file to support@authenticgoods.co
Hello!
Please, can you answer the 2 emails I sent to support? There’s one I’ve already had for 7 days.
Thank you.
Hi – I don’t see any emails from you, what’s your name or email address so I can look it up.
My e-mail is: jeanrlima@gmail.com and the last one was sent yesterday.
Hi,
Would you be able to finish the chat functionality in the angular version just like in the html version? So it also opens the chat when clicking on a user, and also the overlay seems to be different, angular version does it over the full page.
Thanks!
Hi,
Yes, I can make that happen. Currently working on upgrading to Angular 5, so I’ll try and work that into the next release if possible.
Awesome! Do you have a rough idea when the next release will be?
It should be ready within the next couple of weeks.
Hello!
I am struggling to make to menu-trigger aligned right based on the sidebar width. Could you help me?
Also, it would be more preferable if there was a variable for the sidebar width.
Sure send us an email to support@authenticgoods.co
Hello, I would like to use this template with a specific color combination, could you modify it for me or indicate someone else to do that? If so, what is the cost?
Thank you very much.
Send us an email to support@authenticgoods.co with what you need.
Hi!
How to change the color “red” in sidebar menu active. The one that is vertical in the left corner.
Is this the correct channel for support or is it somewhere else?
Thanks.
Hi, please send us an email to support@authenticgoods.co
Ok, thanks.
Please update angular to version 5
thanks
That’s in the plan, they just released the stable version less than 24 hours ago.
I’m sorry to ask you again, but I’m starting.
To use the elements of material 2 do I have to install it or is it already embedded?
Which materialize do you indicate install?
Thank you very much.
Hi – Angular’s Material 2 is installed..this one https://material.angular.io/ You can see all of the imported modules located here: ‘angular-full/src/app/shared/shared.module.ts’
Ok, I’ll see, thanks.
I found in the template, but I did not understand, the button for example in material 2 is:
mat-button <button mat-button> Click me! </ button>
But in the template you use:
md-ripple <button md-ripple class = “btn btn-success btn-fab”>
So I do not understand, can you explain?
Sorry for the maybe even primary questions, but I need to understand to change.
Thank you very much.
I’m sorry, I already found my mistake, it’s no longer used mat- yes md-
Thank you very much.
Cool, let me know if you need anything else.