mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* [ADF-3792] Added title and publishing metadata to README files * [ADF-3792] Fixed index tool bugs and rebuilt index pages
5.2 KiB
5.2 KiB
Title, Github only
Title | Github only |
---|---|
Tutorials | true |
Tutorials
Name | Level | Abstract |
---|---|---|
Creating your first ADF application | Basic | This tutorial shows you how to set up your development environment and create an ADF application. |
Creating your ADF application using Yeoman | Basic | In this tutorial you are going to see how to create an ADF application from scratch, using the Yeoman scaffolding tool. This is a "getting started" task that should enable you to start developing your own ADF application. |
Creating your Alfresco JavaScript application | Basic | In this tutorial you will learn how to create an application in JavaScript from scratch to interact with Alfresco. This is a "getting started" task that should enable you to start developing your own JavaScript application on top of Alfresco Content Services or Alfresco Process Services. |
Adding a new component | Basic | By definition, a component controls a patch of screen called a view. For example, individual components define and control menus, tabs, forms, buttons and every simple or complex portion ofan application's layout. In this tutorial, you will learn how to create a component using Angular CLI within an existing application. |
Adding a new view | Beginner | Every application developed in Angular is a single page application where the concepts of view and routing play a key role in the user experience. Being a single page application, the navigation between the different layouts (called views) is enabled through the routing. In this tutorial you will learn how to create a new view in your application and how to access it using a defined endpoint. |
Using ADF Components | Basic | In this tutorial you will learn how to extend, use and configure ADF Components. |
Basic theming | Beginner | As detailed in the user guide page about theming, you can easily customize the Cascading Style Sheets used by an ADF application. In this tutorial you will see how to modify the CSS, using a step-by-step approach. The focus of this tutorial is ADF apps built using Yeoman, but you can use the same principles to customize the themes in any ADF application. |
Customizing the Login component | Intermediate | In this tutorial you will learn how to customize the Login component following the technical documentation. The task will be very simple. See the documentation for further details about customizing this component, along with examples. |
Working with a Data Table | Intermediate | In this tutorial you will learn how to populate a DataTable component with custom data from a generic back-end service or third party API. As an example we are going to use data from one of the available services on Alfresco Content Services. However, the procedure is much the same if want to use an Alfresco Process Services endpoint or a third party API. |
Working with the Nodes API Service | In this tutorial you will learn how to use the NodesApiService . We have developed some practical examples to show you how to interact with an instance of Alfresco Content Services without using the REST endpoints directly. With this approach the NodesApiService is used as an abstraction layer, defined by one of the services in the ADF Core library. |
|
Working with Nodes using the JS API | In this tutorial you will learn how to use the AlfrescoCoreRestApi . We have developed some practical examples to show you how to interact with an instance of Alfresco Content Services without using the REST endpoints directly. With this approach the AlfrescoCoreRestApi is used as an abstraction layer, defining one of the core services of the alfresco-api-js library. |
|
Content metadata component | Advanced | In this tutorial you will learn how to work with the ContentMetadataComponent . This component is used to render the standard and custom metadata of generic content item (called a node) stored in Alfresco Content Services. With the usual approach "learning by doing", you will see here some practical examples you might find useful in your own applicatioin. As a starting point, we will use and customize the Alfresco Content App. |