Skip to content

Example application demonstrating using GoldenLayout in Angular

License

Notifications You must be signed in to change notification settings

endorria/golden-layout-ng-app

 
 

Repository files navigation

GoldenLayoutNgApp

This application demonstrates how to use Golden Layout inside an Angular application.

To run the application:

  • Clone the repository into a directory on your computer.
  • From within that directory, run the script npm run build to build the application.
  • Run the script npm run start to start the application.
  • In a web browser, start the application with the URL:
    http://localhost:4200.

This uses a technique written up by Carlos Roso: Angular Pro Tip: How to dynamically create components in <body>

Thanks also to ttquang1063750 whose post on Stack Overflow pointed me in this direction: https://stackoverflow.com/questions/64478364/load-component-to-html-element

The app and the code in this repository is published under a MIT license.

About

Example application demonstrating using GoldenLayout in Angular

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 78.3%
  • CSS 21.1%
  • HTML 0.6%