Discussion on Material Wrap - Admin Dashboard Template

Discussion on Material Wrap - Admin Dashboard Template

Cart 594 sales
Well Documented

authenticgoods supports this item

Supported

211 comments found.

Hi, The full Angular 4 version, Release time?

Hi – Aiming to have it ready within the next couple of weeks.

Hey,

Going through my comment list and wanted to let you know the full Angular 4 project was released today, please let me know if you have any questions.

Hello: Please in your Angular 4 template in development, include:

- Basic Modal

- Modal With Tabs

- Modal Full Screen

- Modal Toolbar

- Modal Stepper TRIGGER

- Modal Bottom Sheet Style TRIGGER

:-) I’ll be waiting for the Angular 4 launch to buy, thank you for your dedication.

Hi, The full Angular 4 version is coming soon with these items included. As of right now this project includes two packages, the full static and the Angular 4 seed version to get you started.

Hey,

Going through my comment list and wanted to let you know the full Angular 4 project was released today, please let me know if you have any questions.

Hi Bought a few days back – and realize angular version is not bundled it yet. Just read the comment above about it from chaucachavez ..

Is it plan to release it in next couple of days ? Thanks

Hi Any ETA for angular version of the it. i have been waiting for Angular version since a while Thanks

Hi, Making good progress, so hopefully within the next week. Thank you for your patience.

Hey,

Going through my comment list and wanted to let you know the full Angular 4 project was released today, please let me know if you have any questions.

Hello,

I just bought your template, but I found that it does not respect what was mentioned on the themeforest details, since all the demo pages do not even exist on the Angular4 version, and this version is the one I’m interested, so if it’s possible to explain what’s going on.

The current project on which we must integrate this template can not wait, we must know if your template works or we must receive a refund.

Best regards.

Not yet very close though, you’ll receive an email notification when it’s ready.

Hey,

Going through my comment list and wanted to let you know the full Angular 4 project was released today, please let me know if you have any questions.

Really beautiful theme :)

Do you plan to include Bootstrap 4 compatibility also?

Hi, Thank you very much! Yes a BS 4 version is in the works.

Hi! I really love your template! I have one doubt, it is possible to use chips with some sort of autocomplete feature?

Thanks in advance! Alejandro

Yes, perfect! That can totally wait until tomorrow. One little comment, under $.fn.material_chip if you put into this.SELS = { CHIPS: ”.chips”, CHIP: ”.chip”, INPUT: “input”, DELETE: ’.close.zmdi.zmdi-close’, SELECTED_CHIP: ”.selected” }; the delete button can use the icon set that you provide.

Thanks a lot! Ale

It looks like it would be this line here: $renderedChip.append($('<i class="material-icons close">close</i>'));

Do a search for that and swap those classes out with these zmdi zmdi-close that should do the trick.

That worked great! Thanks!

Hello

I bought the template and imagined that it would have all the components in Angular4, however they are in JavaScript

I want my money back

I await

Hi, The Angular 4 seed version does have the Angular 4 components, here’s what’s included http://valor-software.com/ngx-bootstrap/#/

Hi,

I’m using MaterialWrap with Angular 4.

It looks like stylesheets and javascript for the components are global, so tabs and drop-downs seem to work.

Form input, however, don’t look/behave like in the jQuery template.

Any idea how I can get inputs working?

Thanks, James

Please let me know if my statement above answers your question.

Thanks for building this, nice theme.

I’m trying to get form input to work with Angular. Unfortunately, while tabs and other items work, inputs don’t.

Any idea? Thanks.

Hi,

Thank you very much! There are a few Angular form components that I’m currently working on integrating for the full version that the seed version does not have. Much of the native Angular components are there with the ngx components but that’s lacking good form ui components. Therefore I’m currently integrating these form components for the full version to be released soon. https://material.angular.io/components/component/input

Hi, if I buy now, will I receive an update to Angular 4 components once it is done?

Yes, that’s correct

Hey,

Going through my comment list and wanted to let you know the full Angular 4 project was released today, please let me know if you have any questions.

Hi.

I can not find the DEMO in angular. I would like to see the template demo in Angular. What is the url of the angular template? I plan to buy this beautiful template.

Thank you, last question. About time will you upload a new update for Angular version 4?

You’re welcome, I’m estimating about 2 weeks.

Hey,

Going through my comment list and wanted to let you know the full Angular 4 project was released today, please let me know if you have any questions.

Hi, It is possible use MaterialWrap with php framework 7.0? Best Regards, Nuno Salvador

Hey – Yes, PHP is no problem.

Hello again!

I am having trouble with an element in the header. In the responsive version, on small displays – the notification icon is hidden. If you un-hide it – the responsiveness breaks.

Can you help?

Many thanks!

Hey – Can you email me a screenshot of what you’re seeing please. Thanks!

Just did. Many thanks.

Hi, When you finish front-end? I am waiting long time. : (

I apologize for the delay, will try and get that released asap.

Hi, I am looking at a very well organised admin template. I would like you to assure me telling me if:

In the angular-seed is all based on Angular Modules/Components and it doesn’t depend on jQuery, like if I want to use a widget I don’t have to use jQuery code to use it. Also, if can be easily customisable if I don’t want to use something.

Hi,

To answer your first question, the function that’s triggering the right sidebar is inside the top-navbar.component.ts file.

The reason I placed it there is there because that’s where the icon to trigger it is located.

Have a look at this folder ‘src/app/layout/right-sidebar/’ there you’ll find both the top-navbar.component.ts and the top-navbar.component.html file where the icon is that calls that function.

That function will toggle a boolean true/false and will notify the state change to the observable. Just above the toggleAppRightSidebar() function inside of the constructor is where the Observable is setup to subscribe that event.

All of the events that are tied to Observables are centralized in one location. That location is here ‘src/app/shared/services/config/config.service.ts’

Ok, and to answer your second question, there is a styles.scss file inside the root of the src folder. This is the mater scss file that imports all of the other scss partials inside of the shared styles folder. There’s a configuration setting I setup that’s inside of the _angular-cli.json file that located in the project’s root directory. Line 21 will import the master scss file into the project and on line 56 there’s a styleExt setting, be sure that’s setup to read the scss file.

Hope this helps!

Best regards, Jason

Hi, thank you. It helped :)

Awesome, glad to hear it! :)

Hello, it can’t show app_sidebar-left-open block when i click on button to show sidebar.

Hi,

I’m unable to reproduce any issues on my end, can you email me a screenshot of the console to support@authenticgoods.co

Is everything good with your theme, because now it looks not same as before. In Chrome:

https://www.dropbox.com/s/tn09v8bfqswyjls/screen.png?dl=0

Oh wow, that’s not right! Looking into it now, thanks for the heads up!

Everything good now, looks like there was some server issues going on. Just want to say thanks again for letting me know!

Hi, I’m attempting to use your modules. In particular context menu. I’m attempting to use it from the page (inline) and not create functions inside the app bundle, is this possible? If so can you include simple how to’s in the code. For instance a function inline that alerts when clicked. I see the dummy function in app, and I know that from app bundle it will work, but this is for the inline on individual pages.

Also, I need to know how to add dynamic content to the plugins. How do I instantiate dynamic content into the plugins?

Hi,

To answer your first question, if you want to use the context menu without the app bundle file you’ll want to take a look at this file: app/js/modules/contextMenu.js

It’s current wrapper in a export function called export const contextMenu = () => {}

Grab everything inside of that export function and put that on your page where you want to run inline and load that on document ready if you’re using jQuery.

Please note, if you’re running the app bundle file be sure to remove the contextMenu.js reference from where it gets loaded on the app/js/app.js file. Then rerun the bundle so it’s no being included on the page twice.

Now to answer your second question: The plugins get loaded through bower and the gulp process will create the vendor.bundle.js file that contains all of the plugins. The plugins get instantiated on the js files inside of app/js/modules/*

Hope this helps!

Hey, what’s the big difference between the jquery full and seed versions? I wasn’t aware of this concept. Thank you.

Hey,

The seed version is like a boilerplate of the full project. It’s a starter project that has the same template pages as the full project but without all of the extra plugins and stuff you may not need for your own project. Many people like to use this as a starting point and add only the suff they need or want from the full project instead of starting with the full project and removing stuff they don’t want or need.

I thought so. Now I gotta wait until monday to get the seed version from my workplace PC since I only have the full version on version control. Sadness. Thanks for explaining though.

Hey no problem man, have a good weekend!

Hello my site revelotion slider is not working

Site: https://pixelllo.ae/

Please help me to fix this

Hi roopu, I’m really not sure what you’re asking about with your website not working. The link you provided is a completely different website from MW. Am I missing something here? Please help me understand what exactly you need help with as it relates to MW.

I am so sorry, its by mistake wrong post

Hey, no problem. Have a good day!

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