Hello All, I am just a beginner in Umbraco and was learning about about Angular JS too separately.
I was just hoping if someone could give me something in which angular is used along with Umbraco with detailed and informative description!
Thank You Michael for the reply.
Yeah, i want to extend the backoffice with custom editors using angular.In any way,i want to implement the Angular in Umbraco. So,thanks for the link i will go through it.
The documentation Michaël references above is outdated - The latest documentation can be found here https://our.umbraco.org/apidocs/ui/#/api instead and for the time being. The location might change in the future but for now this is where you find the latest and greatest.
There has been done a lot of refactoring with the latest stable release of Umbraco, which currently is 7.4 - so if you plan on extending the backoffice with a dashboard or a property editor this is where you'll find out what is possible to use.
Also you can find more information using these links
Using Angular
Hello All, I am just a beginner in Umbraco and was learning about about Angular JS too separately. I was just hoping if someone could give me something in which angular is used along with Umbraco with detailed and informative description!
Hi Abhishek,
The Umbraco backend is entirely a SPA ( Single Page Application ) written with Angular JS.
So if you want to extend the backoffice with custom editors / dashboards / ... you need Angular JS.
So I don't know what you're goals are in your project but if its extending the backoffice then you need Angular JS.
You can find documentations and tutorials on Umbraco Belle
/Michaël
Thank You Michael for the reply. Yeah, i want to extend the backoffice with custom editors using angular.In any way,i want to implement the Angular in Umbraco. So,thanks for the link i will go through it.
Hi Abhishek
The documentation Michaël references above is outdated - The latest documentation can be found here https://our.umbraco.org/apidocs/ui/#/api instead and for the time being. The location might change in the future but for now this is where you find the latest and greatest.
There has been done a lot of refactoring with the latest stable release of Umbraco, which currently is 7.4 - so if you plan on extending the backoffice with a dashboard or a property editor this is where you'll find out what is possible to use.
Also you can find more information using these links
https://our.umbraco.org/documentation/Tutorials/Creating-a-Property-Editor/
https://github.com/umbraco/AngularWorkbook
A good resource for learning angularjs among many is https://egghead.io/technologies/angularjs
I hope this helps.
/Jan
Hi Jan,
thanks for the headsup about the new location of the latest docs!
/Michaël
Thanks Jan for the reply . I will go through the links and will get started.
is working on a reply...