To include the CSS from ads-components-app-trial
into your main stylesheet, add the following line to your main CSS file:
@import '../node_modules/ads-components-app-trial/dist/style.css';
To import the ads-components-app-trial
package in the entry point of your application, add the following line to your main TypeScript or JavaScript file:
import 'ads-components-app-trial';
This will ensure that all the components and styles from ads-components-app-trial
are available in your application.