UNPKG

angular-wrapper-kendo-ui-app

Version:

A sample application to use and test the TreeList component defined in the *angular-wrapper-kendo-ui* library.

15 lines (13 loc) 333 B
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Angular Wrapper for Kendo-Ui App</title> <base href="/"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/x-icon" href="favicon.ico"> </head> <body> <app-root></app-root> </body> </html>