144 comments found.
Purchase codes 54638dda-e895-4257-b138-2a7da52791a9 – 13 Apr 2020 REGULAR LICENSE
I’m using some of your code to expand my knowledge of Angular.
Question: I’ve created a new Angular 9 application for testing, and created a simple data-list.component.html/.ts pulling out the displayMode==’list’ html code only, and can get a list of products.
I’ve added the assets folder from Vien-Angular and ngx-bootstrap 5.3.2.
I would like to get the product list to display the list components with rounded corners. What am I missing or what is the minimum I need to add to get the rounded corners, i.e. I want to understand how you display the really nice html markup.
Thank you in advance.
Sincerely, Arthur
Hi,
First of all, it’s nice to hear that you like the template. Hope that you keep enjoying to work on it.
As for the rounded corners, if you have included style files and you have all the styling except for the corners; adding “rounded” class to body of the src/index.html should solve the problem.
All the best.
One other thing, if your new project does not have any styles; please refer to this: https://vien-docs.coloredstrategies.com/docs/guides/using-single-theme
Thank you for the quick response. Your suggestions worked perfectly. Much appreciated.
Have a great week.
You’re welcome, hope you also have a great week!
Hi. Any advice or documentarion to connect Vien Chat with Firebase?
Hi,
The applications provided in the template are not in a working state. They are there to provide the ui and unfortunately we don’t have any experience with implementing a Firebase chat.
All the best.
Buenas tardes, Quiesiera saber como obtener los iconos para diseñar en XD de Adobe, por favor podrian darme los iconos en PSD
Si tuvieran la paleta de colores y componentes seria genial
Hi,
Please use the contact form at our profile page to reach us so we can send you svg files of the icons. https://themeforest.net/user/coloredstrategies
All the best.
Muchas gracias, acabo de enviar lo indicado.
Muchas gracias por la pronta respuesta, todo conforme. Excelente trabajo, recomendado.
Thank you for the kind words, you are welcome 
Hi there, could you please help me with the following: 1. I need to show spinner while I’m waiting response from API, can you advice on how to implement it? 1.2. I also need to show toast in case I have error response from api server. 2. I cannot switch to the Flat style from Rounded. Tried to switch it from index page and from Them picker – no success; 3. How to use scrollable functionality for Thumbs, similar as I can do it with ngx-datatable? I want to switch between table view and thumb view, but having the same scrolling related pagination approach;
Hi,
Here below is a way to show a spinner. You may also find some details about styles and positioning here: https://getbootstrap.com/docs/4.4/components/spinners/
<div class="d-flex justify-content-center">
<div class="spinner-border text-primary" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
For toasts, please check alerts page. We have notification plugin implemented: https://vien-angular.coloredstrategies.com/app/ui/components/alerts
Rounded and flat switch looks just fine and can’t really understand the problem. Might be a browser issue? Just tested on Chrome and Firefox on Windows. Component for that is located at src/app/containers/layout/color-switcher and default values are at src/environments/environment.ts. Might be helpful.
Unfortunately scrolling is not implemented within the template and we just used it for datatables. Since thumb size changes a lot for responsive breakpoints, implementing a scrollable for list views requires some extra work.
Thank you
Thank you for you reply. Regarding question 2: I found that Error page doesn’t have any menus or navigations. Can I copy Error page and use it as I need? Are there any side effects if that approach?
Yes, that could also work. You may also create a layout for your pages that you don’t want to have a sidebar and topnav. Please check the difference between “src/app/views/app/app.component.html” and “src/app/views/user/user.component.html” files that serves as a template for the views within their directories.
Hi there, thanks for you exiting work. We really like it so far. We dicided to switch from our current angular admin app, to Vien, so we need to ask you some questions to make migration as easy as possible. 1. Is there everything ready for integrating with Authentication API. we need to add to all outgoing http requests JWT token, also we need to route user to login page if server replies with 401/403 code. 2. For some our core functions we need to have full screen pages for mobile layout without top or side navigation menu. This pahe should be available without authentication, so we need your advice on how to implement this behavior.
Thanks a lot. PS. If questions are out of support plan – please let me know, we’ll discuss how to manage it.
Hi,
Thanks for your kind words, I hope that you enjoy working on the template.
As for your question;
1. There is not an auth guard or an http config currently implemented on the template. Just a basic guard that comes with the Angularfire library. It’s on our dev list to implement an auth structure with jwt and user roles but it will surely take some time for us to start working on them.
2. You may add a specific class to the component you want the no sidebar and topnav look. You may find an implementation below that hides topnav and sidebar when width is smaller than 768px.
You will need to add below lines to “src/assets/css/sass” file.
.no-topnav-sidebar .menu-mobile {
.navbar {
display: none;
}
.menu {
display: none;
}
main {
margin-left: $main-margin;
margin-top: $main-margin - 15;
margin-right: $main-margin;
margin-bottom: $main-margin - 20;
@include respond-below(xl) {
margin-left: $main-margin-lg !important;
margin-right: $main-margin-lg !important;
margin-top: $main-margin-lg - 10 !important;
margin-bottom: 30px;
}
@include respond-below(lg) {
margin-top: $main-margin-md - 10 !important;
margin-bottom: 20px !important;
margin-left: $main-margin-md !important;
margin-right: $main-margin-md !important;
}
@include respond-below(sm) {
margin-top: $main-margin-xs !important;
margin-bottom: 0;
margin-left: $main-margin-xs !important;
margin-right: $main-margin-xs !important;
}
}
}
Here is the component that adding and removing the class.
constructor(private renderer: Renderer2) { }
ngOnInit() {
this.renderer.addClass(document.body, 'no-topnav-sidebar');
}
ngOnDestroy() {
this.renderer.removeClass(document.body, 'no-topnav-sidebar');
}
All the best.
hi, I have just purchased vien-angular theme, and I am new to angular. I have installed angular cli, and can run the angular basic level application. But I dont know how to run or view this vien-angular theme. Please describe how do I view it in asp.net mvc application. Regards,
Hi,
Unfortunately we don’t have any experince running the project in asp.net. We always use our backend as a service and recommend this approach.
All the best.
ok, why I can’t see the theme in offline mode? this behavior is in both html and angular.
Hi,
Html version has quite a basic structure and doesn’t have any offline implementation.
Angular on the other hand, has offline mode and you may test it by switching pages within the same module. For example, if you open up the preview(https://vien-angular.coloredstrategies.com/), it will load dashboards module so it will keep showing other dashboard pages when offline.
Cheers.
hi tsi is my purchase I am a novice in the subject and I do not know how to install the application I have used ng new …. ng serve copying the source folder and it doesn’t work either, thanks for the helpcode “bcb8f43c-bcce-4e98-a808-4dd71da13782”,
Hi,
Vien-Angular and Vien-Angular-Start are projects that created with ng new so you don’t have to initialize a new one. Just need to install packages and run the project. You may also want to take a look at here: https://vien-docs.coloredstrategies.com/docs/gettingstarted/development
Just a question, is it possible to use (integrate) https://material.angular.io/components/select/overview instead or using bootstrap ? We think that boostratp is a bit limited and have very less animation than material angular ui
Hi,
Both libraries have their pros&cons and it’s kind of a matter of choice. We went for Bootstrap since we already had the layout implementation from our html theme.
We don’t think it’s a good idea to include 2 major uil libraries in the project. First reason for this is the relase size and second reason is the ease of use. You are of course free to include it as you want but unfortunately it will fall out of our support scope.
All the best.
Thanks for your answer. So there is no way, to “easily” change this component without breaking everything even if we start from scratch a new project with the template ?
You may add Material components and use them with their provided styles. However, styling to make them compatible with current look of the template is quite a work to do.
Hi. I seem to be getting an error when using the angular router.navigate function.
ERROR TypeError: “toParentUrl is undefined” SidebarComponent sidebar.component.ts:51
it is coming from the sidebar component which is listening for router events. I am using the function in a different file and wanted to know how to avoid this without breaking the sidebar component
Thanks so much. This template is awesome
Hi,
There seems to be a mistake that we have made with sidebar code. Please change || to && at below lines on “app/containers/layout/sidebar/sidebar.component.ts”
line 50
if (toParentUrl !== undefined || toParentUrl !== null) {
line 78
if (currentParentUrl !== undefined || currentParentUrl !== null) {
This should fix the console error. Also, please make sure the path you are directing is available.
All the best.
Apologies it was my mistake. There was a typo in my route
Hello. Thanks your feedback. Let us know if you require any assistance.
Happy coding 
Ps: If you are happy with the theme, give it a rating please. https://themeforest.net/downloads
I was reviewing the template. Query:
It does not have a PRELOADER incorporated when loading each page. They will consider it for an update.
Thank you
Hi,
We have implemented a preloader only at the start of the project and since it supports lazy loading, showing preloader in the subpages looks unnecessary.
Hi, a loader when loading each page as this template has:
http://azimuth.themeseason.com/pages/dashboardwhen we change the page a loader appears between the navbar and the breadcrumb.
Thanks.
Hi,
I don’t think it is something that provides any functionality and looks like it is on a timer. We probably won’t implement it but you may add something similar to breadcrumb component. You may find an example below.
src/app/containers/layout/breadcrumb/breadcrumb.component.html
<nav class="breadcrumb-container d-none d-sm-block d-lg-inline-block" aria-label="breadcrumb">
<ol class="breadcrumb pt-0">
<li class="breadcrumb-item" sub="" of="" patharr="" let="" i="index"">= (pathArr.length-1)">
<a>{{'menu.'+sub | translate}}</a>
</li>
<li class="breadcrumb-item active" aria-current="page">{{ 'menu.'+currentRoute | translate }}</li>
</ol>
</nav>
<div class="spinner-border text-primary spinner-border-sm d-inline-block align-baseline" role="status">
<span class="sr-only">Loading...</span>
</div>
src/app/containers/layout/breadcrumb/breadcrumb.component.ts
import { Component } from '@angular/core';
import { Router, Event, NavigationEnd, ActivatedRoute } from '@angular/router';
import { filter, map } from 'rxjs/operators';
@Component({
selector: 'app-breadcrumb',
templateUrl: './breadcrumb.component.html'
})
export class BreadcrumbComponent {
path = '';
pathArr: string[] = [];
currentRoute = '';
showSpinner = true;
constructor(private router: Router, private activatedRoute: ActivatedRoute) {
this.router.events
.pipe(
filter((event) => event instanceof NavigationEnd),
map(() => this.activatedRoute),
map((route) => {
while (route.firstChild) { route = route.firstChild; }
return route;
})
).subscribe((event) => {
this.path = this.router.url.slice(1, this.router.url.split('?')[0].length);
const paramtersLen = Object.keys(event.snapshot.params).length;
this.pathArr = this.path.split('/').slice(0, this.path.split('/').length - paramtersLen);
this.currentRoute = this.pathArr[this.pathArr.length - 1];
});
setTimeout(() => {
this.showSpinner = false;
}, 1000);
}
getUrl = (sub: string) => {
return '/' + this.path.split(sub)[0] + sub;
}
}
Owww, excelent work. One question: until what date will be the offer of 18 dollars ??? thanks. And again EXCELLENT WORK
Thank you for the purchase 
Hello. Is there any advise to using JWT authentication instead of firebase?
Hi,
Adding JWT is on our roadmap but unfortunately we don’t have enough experience to provide any guidence for it at the moment.
We have a guide that provides steps to remove Firebase if you are interested. https://vien-docs.coloredstrategies.com/docs/guides/removing-auth
All the best.
Is there a file explorer component in the works? If not, how can I help get that done?
Hi,
There are some necessary ui items in html version and Vien comes with the html version. So if someone wants to build a working version of it, ui items would be available. Here you may see the html version: https://dore-jquery.coloredstrategies.com/Apps.MediaLibrary.html
Unfortunately, it is not implemented in Vien and our schedule won’t let us to work on it for 2-3 months.
Cheers.
Hi, I’m looking for a programmer for your template. Can you recommend one? I want to make an apps
Hi, Unfortunately we don’t have anyone to recommend.
Hi. I’m interested in buying the landing page you use to sell the admin theme. In other words, I’m not interested in the Admin theme but i’m interested only in the HTML of Vien website. Do you sell it? Best, Luca
Hi Luca,
Unfortunately it’s not available for purchase.
Cheers.
I re-run npm install and now is working ok, thanks for your help
Hi, I’m a beginner in angular, I’m trying to run project Vien-Angular. My angular version is 9.0.3 I already ran command npm install to download dependencies. When I run $ ng serve got errors below. I’ll appreciate your help
htorres@OptiPlex-3020:/front-end/angular/vien/source/vien-angular$ ng serve Your global Angular CLI version (9.0.5) is greater than your local version (9.0.3). The local Angular CLI version is used.
To disable this warning use “ng config -g cli.warnings.versionMismatch false”.
chunk {dark.blue.navy} (dark.blue.navy) 0 bytes initial chunk {dark.blue.olympic} (dark.blue.olympic) 0 bytes initial chunk {dark.blue.yale} (dark.blue.yale) 0 bytes initial chunk {dark.green.lime} (dark.green.lime) 0 bytes initial chunk {dark.green.moss} (dark.green.moss) 0 bytes initial chunk {dark.grey.steel} (dark.grey.steel) 0 bytes initial chunk {dark.orange.carrot} (dark.orange.carrot) 0 bytes initial chunk {dark.purple.monster} (dark.purple.monster) 0 bytes initial chunk {dark.red.ruby} (dark.red.ruby) 0 bytes initial chunk {dark.yellow.granola} (dark.yellow.granola) 0 bytes initial chunk {light.blue.navy} (light.blue.navy) 0 bytes initial chunk {light.blue.olympic} (light.blue.olympic) 0 bytes initial chunk {light.blue.yale} (light.blue.yale) 0 bytes initial chunk {light.green.lime} (light.green.lime) 0 bytes initial chunk {light.green.moss} (light.green.moss) 0 bytes initial chunk {light.grey.steel} (light.grey.steel) 0 bytes initial chunk {light.orange.carrot} (light.orange.carrot) 0 bytes initial chunk {light.purple.monster} (light.purple.monster) 0 bytes initial chunk {light.red.ruby} (light.red.ruby) 0 bytes initial chunk {light.yellow.granola} (light.yellow.granola) 0 bytes initial chunk {main} main.js, main.js.map (main) 2.05 kB initial chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 702 bytes initial chunk {runtime} runtime.js, runtime.js.map (runtime) 6.15 kB entry chunk {styles} styles.css, styles.css.map (styles) 169 kB initial chunk {vendor} vendor.js, vendor.js.map (vendor) 340 kB initial Date: 2020-03-06T06:44:40.793Z – Hash: 9d634fdf8f20f8dae8df – Time: 4473ms
ERROR in src/app/app.routing.ts:3:32 – error TS2307: Cannot find module ’./views/views.component’.
3 import { ViewsComponent } from ’./views/views.component’; ~~~~~~~~~~~~~ src/app/app.routing.ts:6:42 – error TS2307: Cannot find module ’./views/views.module’.
6 { path: ’’, loadChildren: () => import(’./views/views.module’).then(m => m.ViewsModule) }, ~~~~~~~~~~~ src/app/app.component.ts:2:29 – error TS2307: Cannot find module ’./shared/lang.service’.
2 import { LangService } from ’./shared/lang.service’; ~~~~~~~~~~~~ src/app/app.module.ts:5:29 – error TS2307: Cannot find module ’./views/views.module’.
5 import { ViewsModule } from ’./views/views.module’; ~~~~~~~~~~~ src/app/app.module.ts:12:40 – error TS2307: Cannot find module ’./containers/layout/layout.containers.module’.
12 import { LayoutContainersModule } from ’./containers/layout/layout.containers.module’; ~~~~~~~~~~~~~~~~~~~~~~~~
ERROR in multi ./src/assets/css/sass/themes/vien.dark.bluenavy.scss Module not found: Error: Can’t resolve ’/home/htorres/front-end/angular/vien/source/vien-angular/src/assets/css/sass/themes/vien.dark.bluenavy.scss’ in ’/home/htorres/front-end/angular/vien/source/vien-angular’ ERROR in multi ./src/assets/css/sass/themes/vien.dark.blueolympic.scss Module not found: Error: Can’t resolve ’/home/htorres/front-end/angular/vien/source/vien-angular/src/assets/css/sass/themes/vien.dark.blueolympic.scss’ in ’/home/htorres/front-end/angular/vien/source/vien-angular’ ERROR in multi ./src/assets/css/sass/themes/vien.dark.blueyale.scss Module not found: Error: Can’t resolve ’/home/htorres/front-end/angular/vien/source/vien-angular/src/assets/css/sass/themes/vien.dark.blueyale.scss’ in ’/home/htorres/front-end/angular/vien/source/vien-angular’ ERROR in multi ./src/assets/css/sass/themes/vien.dark.greenlime.scss Module not found: Error: Can’t resolve ’/home/htorres/front-end/angular/vien/source/vien-angular/src/assets/css/sass/themes/vien.dark.greenlime.scss’ in ’/home/htorres/front-end/angular/vien/source/vien-angular’ ERROR in multi ./src/assets/css/sass/themes/vien.dark.greenmoss.scss Module not found: Error: Can’t resolve ’/home/htorres/front-end/angular/vien/source/vien-angular/src/assets/css/sass/themes/vien.dark.greenmoss.scss’ in ’/home/htorres/front-end/angular/vien/source/vien-angular’ ERROR in multi ./src/assets/css/sass/themes/vien.dark.greysteel.scss Module not found: Error: Can’t resolve ’/home/htorres/front-end/angular/vien/source/vien-angular/src/assets/css/sass/themes/vien.dark.greysteel.scss’ in ’/home/htorres/front-end/angular/vien/source/vien-angular’ ERROR in multi ./src/assets/css/sass/themes/vien.dark.orangecarrot.scss Module not found: Error: Can’t resolve ’/home/htorres/front-end/angular/vien/source/vien-angular/src/assets/css/sass/themes/vien.dark.orangecarrot.scss’ in ’/home/htorres/front-end/angular/vien/source/vien-angular’ ERROR in multi ./src/assets/css/sass/themes/vien.dark.purplemonster.scss Module not found: Error: Can’t resolve ’/home/htorres/front-end/angular/vien/source/vien-angular/src/assets/css/sass/themes/vien.dark.purplemonster.scss’ in ’/home/htorres/front-end/angular/vien/source/vien-angular’ ERROR in multi ./src/assets/css/sass/themes/vien.dark.redruby.scss Module not found: Error: Can’t resolve ’/home/htorres/front-end/angular/vien/source/vien-angular/src/assets/css/sass/themes/vien.dark.redruby.scss’ in ’/home/htorres/front-end/angular/vien/source/vien-angular’ ERROR in multi ./src/assets/css/sass/themes/vien.dark.yellowgranola.scss Module not found: Error: Can’t resolve ’/home/htorres/front-end/angular/vien/source/vien-angular/src/assets/css/sass/themes/vien.dark.yellowgranola.scss’ in ’/home/htorres/front-end/angular/vien/source/vien-angular’ ERROR in multi ./src/assets/css/sass/themes/vien.light.bluenavy.scss Module not found: Error: Can’t resolve ’/home/htorres/front-end/angular/vien/source/vien-angular/src/assets/css/sass/themes/vien.light.bluenavy.scss’ in ’/home/htorres/front-end/angular/vien/source/vien-angular’ ERROR in multi ./src/assets/css/sass/themes/vien.light.blueolympic.scss Module not found: Error: Can’t resolve ’/home/htorres/front-end/angular/vien/source/vien-angular/src/assets/css/sass/themes/vien.light.blueolympic.scss’ in ’/home/htorres/front-end/angular/vien/source/vien-angular’ ERROR in multi ./src/assets/css/sass/themes/vien.light.blueyale.scss Module not found: Error: Can’t resolve ’/home/htorres/front-end/angular/vien/source/vien-angular/src/assets/css/sass/themes/vien.light.blueyale.scss’ in ’/home/htorres/front-end/angular/vien/source/vien-angular’ ERROR in multi ./src/assets/css/sass/themes/vien.light.greenlime.scss Module not found: Error: Can’t resolve ’/home/htorres/front-end/angular/vien/source/vien-angular/src/assets/css/sass/themes/vien.light.greenlime.scss’ in ’/home/htorres/front-end/angular/vien/source/vien-angular’ ERROR in multi ./src/assets/css/sass/themes/vien.light.greenmoss.scss Module not found: Error: Can’t resolve ’/home/htorres/front-end/angular/vien/source/vien-angular/src/assets/css/sass/themes/vien.light.greenmoss.scss’ in ’/home/htorres/front-end/angular/vien/source/vien-angular’ ERROR in multi ./src/assets/css/sass/themes/vien.light.greysteel.scss Module not found: Error: Can’t resolve ’/home/htorres/front-end/angular/vien/source/vien-angular/src/assets/css/sass/themes/vien.light.greysteel.scss’ in ’/home/htorres/front-end/angular/vien/source/vien-angular’ ERROR in multi ./src/assets/css/sass/themes/vien.light.orangecarrot.scss Module not found: Error: Can’t resolve ’/home/htorres/front-end/angular/vien/source/vien-angular/src/assets/css/sass/themes/vien.light.orangecarrot.scss’ in ’/home/htorres/front-end/angular/vien/source/vien-angular’ ERROR in multi ./src/assets/css/sass/themes/vien.light.purplemonster.scss Module not found: Error: Can’t resolve ’/home/htorres/front-end/angular/vien/source/vien-angular/src/assets/css/sass/themes/vien.light.purplemonster.scss’ in ’/home/htorres/front-end/angular/vien/source/vien-angular’ ERROR in multi ./src/assets/css/sass/themes/vien.light.redruby.scss Module not found: Error: Can’t resolve ’/home/htorres/front-end/angular/vien/source/vien-angular/src/assets/css/sass/themes/vien.light.redruby.scss’ in ’/home/htorres/front-end/angular/vien/source/vien-angular’ ERROR in multi ./src/assets/css/sass/themes/vien.light.yellowgranola.scss Module not found: Error: Can’t resolve ’/home/htorres/front-end/angular/vien/source/vien-angular/src/assets/css/sass/themes/vien.light.yellowgranola.scss’ in ’/home/htorres/front-end/angular/vien/source/vien-angular’ ERROR in multi ./src/assets/css/vendor/bootstrap.min.css ./src/assets/css/vendor/bootstrap.rtl.only.min.css ./node_modules/@glidejs/glide/dist/css/glide.core.min.css ./node_modules/quill/dist/quill.snow.css ./node_modules/quill/dist/quill.bubble.css ./node_modules/@ng-select/ng-select/themes/default.theme.css ./node_modules/ngx-bootstrap/datepicker/bs-datepicker.css ./node_modules/nouislider/distribute/nouislider.min.css ./node_modules/angular-archwizard/archwizard.css ./node_modules/angular-calendar/css/angular-calendar.css ./node_modules/ngx-lightbox/lightbox.css ./node_modules/video.js/dist/video-js.min.css Module not found: Error: Can’t resolve ’/home/htorres/front-end/angular/vien/source/vien-angular/src/assets/css/vendor/bootstrap.min.css’ in ’/home/htorres/front-end/angular/vien/source/vien-angular’ ERROR in multi ./src/assets/css/vendor/bootstrap.min.css ./src/assets/css/vendor/bootstrap.rtl.only.min.css ./node_modules/@glidejs/glide/dist/css/glide.core.min.css ./node_modules/quill/dist/quill.snow.css ./node_modules/quill/dist/quill.bubble.css ./node_modules/@ng-select/ng-select/themes/default.theme.css ./node_modules/ngx-bootstrap/datepicker/bs-datepicker.css ./node_modules/nouislider/distribute/nouislider.min.css ./node_modules/angular-archwizard/archwizard.css ./node_modules/angular-calendar/css/angular-calendar.css ./node_modules/ngx-lightbox/lightbox.css ./node_modules/video.js/dist/video-js.min.css Module not found: Error: Can’t resolve ’/home/htorres/front-end/angular/vien/source/vien-angular/src/assets/css/vendor/bootstrap.rtl.only.min.css’ in ’/home/htorres/front-end/angular/vien/source/vien-angular’- Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
Hi,
Thank you for the purchase, we hope that you enjoy working with the template.
As for the problem, I must say that we have not encountered it earlier.
My suggestion would be giving the exact path for Views component import to see if error for that one fixes. This will gives us an idea about the problem.
In App.Routing.ts file change ViewsComponent import with below one.
import { ViewsComponent } from 'src/app/views/views.component';
One other suggestion is to check your node version. If it is 13.xx then downgrading to 12.xx(LTS) version should be good.
Let us know more about your node,npm versions and your OS if none of the above solutions work.
All the best.
what angular version is this template compatible with?
Hello, This template compatible with Angular 9.
Hello, is this version have the same features as the react version ? React is very difficult for me so this angular version is a good news. But Before ying, I just want to know everything is up to day and there are all features inside this version than in the react version. Tanks
Hi,
We did our best to make all of our templates have same features. I think you should not take my word for it and check.
React: https://gogo-react.coloredstrategies.com/
Angular: https://vien-angular.coloredstrategies.com/
Also please check our docs especially for the “template overview” part to see if the template is the right one for your needs. https://vien-docs.coloredstrategies.com/
All the best.
Thanks. And sorry for my bad English. When I bought the React version 3 months ago, by mail you included the pages like login, error, etc…and let me download it using dropbox. Is this version delivered with these pages by default or should I send a request by mail to other pages ? Thanks in advance.
Landing pages are removed from the templates since an admin template with landing pages breaks the rules of Envato. We have continued to provide them for a short therm to prevent possible troubles for the buyers and currently they are not available for any template and not even implemented for Vien.
Let us know if you have additional questions.
Just a rapid feedback. You have included the Html-jquery version in the package. There is also the Design with all psd files. I don’t know if it is not a mistake.
All good, that is intentional. Thanks for taking your time to let us know.
All the best.