Discussion on Vien - Angular 10 Admin Template

Discussion on Vien - Angular 10 Admin Template

Cart 969 sales
Well Documented

ColoredStrategies does not currently provide support for this item.

144 comments found.

Hello,l like your vien product,but this is my first time to usethemeforest, so l have a fewdoubts. Hello, does the vien projectsupport ie11? Can l use this framework to domy own business website tomake money? lf the project domain namechanges, what can l do toprevent copyright issues?Finally, l am currently in China.Do you have multi lingualfunctions in your product tosupport Chinese configuration? Looking forward to your reply, thanks.

Thank you for your reply. I have purchased your template. But there is a problem. I found that your document is an online link. In some cases, I may not have a network. Is there any document that can be accessed offline? By the way, why does Piaf have a discount, but this one doesn’t?

When I run the vien angular project, everything is normal, but when I run vien angular start, I get the following error:

2 import firebase from ‘firebase/app’; ~~~~ node_modules/firebase/index.d.ts:9710:1 9710 export = firebase; ~~~~~~~~~ This module is declared with using ‘export =’, and can only be used with a default import when using the ‘allowSyntheticDefaultImports’ flag. node_modules/@angular/fire/auth/auth.d.ts:4:8 – error TS1259: Module ’”D:/StudySoftwares/DEMO/lead_end/Vien-Angular-Admin-Dashboard-1.2.2/Angular-Version/Source/vien-angular-start/node_modules/firebase/index”’ can only be default-imported using the ‘allowSyntheticDefaultImports’ flag

4 import firebase from ‘firebase/app’; ~~~~ node_modules/firebase/index.d.ts:9710:1 9710 export = firebase; ~~~~~~~~~ This module is declared with using ‘export =’, and can only be used with a default import when using the ‘allowSyntheticDefaultImports’ flag.

How to solve it, thanks.

Hi,

Unfortunately, only the online version of the documentation is available.

All the best.

I found issue in single file upload in drop zone it not seen proper.

In this case You need to setup dropzone config property maxFiles value only 1

While I am using my custom http Service using httpclient for consume rest API service I am getting error.

core.js:4081 ERROR DOMException: Failed to execute ‘open’ on ‘XMLHttpRequest’: Invalid URL at http://localhost:4200/polyfills.js:2873:35 at XMLHttpRequest.proto.<computed> [as open] (http://localhost:4200/polyfills.js:1462:52) at Observable._subscribe (http://localhost:4200/vendor.js:13148:17) at Observable._trySubscribe (http://localhost:4200/vendor.js:116961:25) at Observable.subscribe (http://localhost:4200/vendor.js:116947:22) at subscribeToResult (http://localhost:4200/vendor.js:127063:23) at MergeMapSubscriber._innerSub (http://localhost:4200/vendor.js:122233:116) at MergeMapSubscriber._tryNext (http://localhost:4200/vendor.js:122227:14) at MergeMapSubscriber._next (http://localhost:4200/vendor.js:122210:18) at MergeMapSubscriber.next (http://localhost:4200/vendor.js:117505:18)

Hi,

As I understand from the error message, the error is not related to vien but to httpclient or your service. That’s why we can’t help. If you give a little more detail about the error, maybe we can comment.

All the best.

yeah I solved it

hello Can we expecting upgrade for Angular 12 soon ?? Thanks

Hi,

We will be upgrading to version 12 but unfortunately I can’t make any promises for the near future.

All the best.

Hi I try to use some of components in my project. What steps to copy and paste it in my projects.

Hi,

The explanations in the link below will be useful to you.

https://vien-docs.coloredstrategies.com/docs/codebase/lifecycle

All the best.

Hi, I just want to say thanks for that great project and to ask some questions :) I am curious to see some part of the code or to see structure if that is possible? I am a programmer and I want to customize it and add some additional features so because of it I would like if I can see it :)

Hi,

The explanations in the link below will be useful to you.

https://vien-docs.coloredstrategies.com/docs/codebase/lifecycle

All the best.

Hi there, i am going to purchase this template and i have a couple of questions first: - removing firebase is possible ? - activating angular SSR is possible ?

Thanks in advance

Hi,

On the following page you can find instructions about authorization. Unfortunately, we have no experience about SSR.

https://vien-docs.coloredstrategies.com/docs/guides

All the best.

I wanted to buy this as the concept is good but it’s outdated. Upgrade is too slow, I have been waiting for a month now.

Hi,

Unfortunately, it seems unlikely that we will update it anytime soon. Thank you for your attention.

All the best.

Hi, I have a page that need change of the sidebar, how do I disable it from moving on large screens(fixed like on fb large screens) and only come up on mobile with the parent alone, not with the child sidebar?

Hi,

Sidebar has a lot of interaction. Large screen usage and mobile screen usage as you described; It conflicts with the scenarios we created for the current sidebar options. For this reason, unfortunately, it does not seem possible.

All the best.

Hi, I can’t make notifications work. It doesn’t work programmatically and by forcing it with a button. I have already injected its module and still doesn’t work. What could be the problem? It works only in its original “Alert” page, outside of it it does not.

Hi,

Unfortunately, 3rd party plugins are not included in the support. however, I think the link below will help you.

https://www.npmjs.com/package/angular2-notifications

All the best.

Hi,

It might be a silly question, but help would be much appreciated. I can’t figure out how to activate te login component. It seems to set a role by default, but I dont get how to ensure that a user has to login first and then moves on to the site.

Best Regards and thanks for the product,

Marinus

Hi I just bought your template yesterday and I love it.

I want to ask what is the main module of the whole project? I have properties from my service that return as undefined thus I cant access them in profile-user-social.component.ts. I trigger and assign a variable in that service from top-nave(header).

Please help thank you

Hi,

Unfortunately, we are disturbed by the crowd of files in the Angular project.

Since it was developed by a team with a specialization in React, we may have made some structure mistakes. The architectural method we have applied is as described in the article below.

https://blog.angular-university.io/angular-2-smart-components-vs-presentation-components-whats-the-difference-when-to-use-each-and-why/

If you have any questions, we are happy to try to help.

All the best.

No worries it’s still a great app and I’d choose it over others. Actually I have an admin app that I am currently using but I’ll keep using yours. I’ll be following for upcoming updates.

Great job

Thanks for your kind words. I hope the theme will serve you well.

Hello, when using the latest version of Angular, I get errors of having it only supporting an only version. Is this a problem with my install? Also, when just running the index.html file, it displays a blank page instead of any content but the HTML version of the purchase displays and works normally. Any suggestions on how to fix this?

Hi,

Vien Angular has been developed for 10 versions. It may not work stably for other versions.

There are multiple reasons why the index.html file may not work directly. In order to run this file directly, you must first run the ng build command and serve the folder in dist in localhost. Thus, the built version will work.

The guide below will help you :

https://vien-docs.coloredstrategies.com/docs/gettingstarted/development

All the best.

Hello! I am getting an error message when I try to deploy this template into my docker environment. Are there any special instructions?

Hi,

We do not have deploy information on docker, but the link below may be informative about deploy.

https://vien-docs.coloredstrategies.com/docs/gettingstarted/production

All the best.

Hello,

I get some error when i try deploy it on Docker

my dockerfile is;

FROM node:12.10-alpine as build

  1. set working directory WORKDIR /app
  1. add `/app/node_modules/.bin` to $PATH ENV PATH /app/node_modules/.bin:$PATH
  1. install and cache app dependencies COPY package.json /app/package.json RUN npm install
  1. add app COPY . /app
  1. generate build RUN ng build—output-path=dist—configuration=production
#
  1. prod ### ############
  1. base image FROM nginx:1.16.0-alpine

COPY ./nginx-config.conf /etc/nginx/conf.d/default.conf

  1. copy artifact build from the ‘build environment’ COPY—from=build /app/dist /usr/share/nginx/html
  1. expose port 80 EXPOSE 80
  1. run nginx CMD [“nginx”, “-g”, “daemon off;”]

Hi,

Unfortunately, we do not know about the Docker configuration.

As a side note, support is available for Theme Forest purchased accounts only.

Cheers.

When I press log out, it doesn’t redirect me to login. How can I fix that?

Hi,

The following code block will help you.

 this.authService.signOut().subscribe(() => {
   this.router.navigate(['/user/login']);
 });

All the best.

Hi, very nice template and easy to use. However, is it possible to change the line or area chart to display more than one data-line? Like with the Bar or Polar charts? Thanks

Hi,

The datasets property takes an array. For more than one line, you can define a second element in the array.

All the best.

export const areaChartData = {
  labels: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'],
  datasets: [
    {
      label: '',
      data: [54, 63, 60, 65, 60, 68, 60],
      borderColor: Colors.getColors().themeColor1,
      pointBackgroundColor: Colors.getColors().foregroundColor,
      pointBorderColor: Colors.getColors().themeColor1,
      pointHoverBackgroundColor: Colors.getColors().themeColor1,
      pointHoverBorderColor: Colors.getColors().foregroundColor,
      pointRadius: 4,
      pointBorderWidth: 2,
      pointHoverRadius: 5,
      fill: true,
      borderWidth: 2,
      backgroundColor: Colors.getColors().themeColor1_10
    },
    {
      label: '',
      data: [59, 53, 57, 55, 70, 58, 63],
      borderColor: Colors.getColors().themeColor2,
      pointBackgroundColor: Colors.getColors().foregroundColor,
      pointBorderColor: Colors.getColors().themeColor2,
      pointHoverBackgroundColor: Colors.getColors().themeColor2,
      pointHoverBorderColor: Colors.getColors().foregroundColor,
      pointRadius: 4,
      pointBorderWidth: 2,
      pointHoverRadius: 5,
      fill: true,
      borderWidth: 2,
      backgroundColor: Colors.getColors().themeColor1_10
    }
  ]
};

Hello,

I saw that for ngx-datatable row expand is there but hidden. I wanted to expand row but cant seems to get it to work, is it because of css issue?

this.table.rowDetail.toggleExpandRow(row) – this doesnt seems to work. Possible if you could point me to the right direction?

Thanks

Hi,

There is “d-xl-none” class defined to the button that triggers the expand event and only in small screens; the button appears and does the expanding. Can you try it by removing the “d-xl-none” class.

For the test: https://vien-angular.coloredstrategies.com/app/ui/datatables/responsive

All the best.

Hi, I love this template and i am new to angular. Would you be willing to assist implementing some of the things based on this template + firebase? I would like to transition my old page. This would be a payed engagement. If interested please drop me an email or reply here.

Hi,

Unfortunately we cannot get freelance jobs. Thanks for your attention.

All the best.

In both projects provided (there are 2), I download the npm packages, launch the application, but the web page remains in an infinite reload loop

Hi.

I thought there might be an error message in the browser console. Can you check there too?

All the best.

Hi,

I write the error at the start of the message.

Regards.

Hi,

Do you delete the node_modules folder and try ‘npm install’ and ‘ng serve’ again? we do not have any problem. If you still have problems after all these processes, can you also try with yarn?

All the best.

hi in the Vien we can use just one submenu , how can i create 2 submenu for my menu ? thank you

if you send me the screen shot of your source , i will wright it in my file

thanks for your cooperation. i got your e-mail Unfortunately, when I run your code, it does not show any submenus

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey