Coding Offers for AngularJS SPA | Community
Skip to main content
bkmills1
Level 3
October 24, 2017
Solved

Coding Offers for AngularJS SPA

  • October 24, 2017
  • 1 reply
  • 1608 views

Hello,

Wondering if any Developers out there have had any experience building Target activities where the SPA was built using AngularJS?

If so, are you using Directives in your Offers to manipulate the DOM? Mutation Observers or requestAnimationFrames to wait for content to load?

I should add that we're currently using version 1.6.6.

Any insight is appreciated!!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arturc85303583

hi bkmills1​,

We have a couple of examples here: Single-Page Application Implementation. There are a couple of samples that use Angular 1.X directives and ngRoute approach. We haven't used requestAnimationFrame or MutationObserver. Our samples rely on developers being able to add the necessary bits and pieces to their Angular application.

Please let me know if you should have any questions related to samples.

1 reply

arturc85303583Adobe EmployeeAccepted solution
Adobe Employee
November 27, 2017

hi bkmills1​,

We have a couple of examples here: Single-Page Application Implementation. There are a couple of samples that use Angular 1.X directives and ngRoute approach. We haven't used requestAnimationFrame or MutationObserver. Our samples rely on developers being able to add the necessary bits and pieces to their Angular application.

Please let me know if you should have any questions related to samples.