Files
ngx-pretext-table/src/index.html
T
alpacaman 0994550933 feat: add Angular workspace with demo app and library build
- Restructure into standard Angular library workspace
- Library source in projects/ngx-pretext-table/
- Demo app in src/ using PretextVirtualScrollDirective
- Switch @chenglou/pretext dependency to npm registry (^0.0.4)
- Fix moduleResolution to "bundler" for Angular 17 compatibility

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-04 18:29:39 +02:00

13 lines
249 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ngx-pretext-table Demo</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<app-root></app-root>
</body>
</html>