Answer the question
In order to leave comments, you need to log in
Someone made online stores on Angular + Material Design?
Someone made online stores on Angular + Material Design ?
We need links to working projects
Show the customer how it works and looks like
It is desirable that the backend works on NodeJs + sockets)
PS. Googled it and didn't find anything useful.
Answer the question
In order to leave comments, you need to log in
This is a shitty idea, I don’t know how it is now, but six months ago I had experience with server-side rendering in Angular, it works through universal, plus an additional plugin is needed that will preload data through rest. In general, the launch of all this was real shamanism, it only worked with certain versions of angular / typescript.
I did the same thing on vue, things are a little better there, but there are problems that can be very serious for an already written project - data is preloaded through a separate function that is executed before the component constructor is launched (i.e. context test (in general, all functions and component data) is not available in it).
Based on this, I think that it makes sense to do this only if indexing is not needed, which is why there are few ready-made solutions.
And if you plan to use the material, then it’s better to find a ready-made set like a bootstrap and insert only styles, do the layout yourself. It's just that all plugins are built on the basis of components that are inserted into the template, this greatly affects performance, especially in angular.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question