In Angular, there are various ways to share data between two components. We are using @Input and @Output variables to share data between parent and child components. In this post, we will see how to share data between two unrelated components. We will use a shared service, subject variable...
Alfresco is shipping Angular components that can be used to build custom apps on top of Alfresco. And you are doing the same thing. It would seem like you might want to stop and leverage the new components. Before you do that, you need to be aware of two very important caveats. First,...
Initiate your project(Skip if you already have it). If you don’t have angular cli, you can download it here: https://cli.angular.io/. After downloading, run the following command to create your project: ng new <project-name> Install sharethis-angular dependency: Go to your project fold...
SPFx is a page and web part model that provides full support for client-side SharePoint development, easy integration with SharePoint data, and extending Microsoft Teams.
When it comes to choosing between SharePoint and another web-based platform, it becomes a tough call to decide to choose SharePoint. Let me simplify the choice(*). (*) Every organization has its own reason to choose SharePoint. Here I am describing if I have to make a choice then why...
Connecting components with Dynamic Data Hyperlinking considerations Intercepting query string changes Tools and libraries compatibility External libraries Connect to APIs Setup & deployment Concepts & scenarios Design Tools & libraries Debugging Supported extensibility platforms ...
Library components Publish to marketplace Migrate existing customizations Script Editor web part jQuery and DataTables jQuery and FullCalendar AngularJS applications Work with __REQUESTDIGEST Connect to SharePoint with the JSOM Client Side Rendering (JSLink) JavaScript embedding (UserCustomAct...
For each image with the data-pin attribute set to pinIt, we prefix it with the sharing anchor, getting the page URL directly from the page location attribute, the picture URL from the image href, and the description from its alt text, while properly encoding the URI components. This is ...
Bit willtrack the componentsand create a dependency graph for each of them. With this data, Bit creates an isolated environment for each component, which lets the component run and work in any other project. For example, components written in typescript can be used and developed in a project...
When running the bit add command Bit will isolate components in the existing project structure. Meaning, Bit will track the components and create a dependency graph for each of them. With this data, Bit creates an isolated environment for each component, which lets the component run and work ...