Can anyone provide a reference to a complete example of instrumenting a
single-page application (SPA) built with Angular 2 or higher
(TypeScript) with Adobe Analytics components and Launch? By complete
example I mean implementation of the following:Injection of JS on
initial page load, hopefully the least invasive method (using routing
modules, injected services, directives, etc.)Implementation of direct
rules and user action events (pressing buttons, selecting links,
downloading files)Sample da...