Answer the question
In order to leave comments, you need to log in
Adding an Angular form to a WordPress page?
Hello!
There is a form for selling tickets, which is written in Angular. How to correctly add it to the site page on WordPress.
One of the options was to drop the built files, for example, into the root of the site on WP, into <head>
insert
<base href="/">
<link href="styles.bundle.css" rel="stylesheet"/>
< /body>
Paste
before closing<script type="text/javascript" src="inline.bundle.js"></script>
<script type="text/javascript" src="polyfills.bundle.js"></script>
<script type="text/javascript" src="main.bundle.js"></script>
<app-root></app-root>
Answer the question
In order to leave comments, you need to log in
And why not to use IFRAME for example?
https://developer.mozilla.org/en-US/docs/Web/HTML/...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question