You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initial public release — Nativescript: Angular HTML Snippets, a declarative VS Code snippet pack (no runtime or activation code) scoped to a single flavor: Angular, contributed to the html language. 145 snippets across four files, every prefix namespaced ns-. Hand-authored against NativeScript v6.4.0 / Angular v9.0.0; requires VS Code ^1.43.0; MIT licensed.
Component snippets (snippets/ns-components.json, 77 entries) — 30 NativeScript UI components in up to three variant tiers each: ns-<name> (bare tag, e.g. ns-button → <Button></Button>), ns-<name>-prop (properties as ${n:hint} tab-stops with enum value hints and Angular two-way [(…)] bindings), and ns-<name>-comp (properties + Angular (event)="" handlers + a trailing documentation comment). Includes the then-current tab-navigation family — Tabs, TabStrip, TabStripItem, TabContentItem, BottomNavigation — plus a TabView set carrying NativeScript's v6 deprecation notice. Every snippet links its docs page via a Source: URL.
Layout snippets (snippets/ns-layouts.json, 36 entries) — the 6 layout containers (Absolute, Dock, Grid, Stack, Wrap, Flexbox), each with a bare tag, a -comp doc variant, and ready-made ns-<layout>-snippet-N examples: 24 complete, sized, color-coded demo layouts lifted from the NativeScript docs.
ActionBar icon snippets (snippets/ns-settings-icon.json) — 24 ns-icon-<name> snippets expanding to the numeric ios.systemIcon value (0–23) for an ActionBar ActionItem (ns-icon-done → 0 … ns-icon-pageCurl → 23).
Reference documentation — reference.md cataloguing every prefix (Layouts / Components / System Icons) with the full icon-value table, and a README documenting the default / -prop / -comp / layout-snippet / gesture / icon grammar with worked ns-button and ns-dock-layout-snippet-2 examples plus a demo GIF.