├── projects
├── demo
│ ├── src
│ │ ├── assets
│ │ │ ├── .gitkeep
│ │ │ ├── index.ts
│ │ │ └── i18n
│ │ │ │ ├── custom-en.ts
│ │ │ │ ├── custom-fr.ts
│ │ │ │ └── la.ts
│ │ ├── app
│ │ │ ├── app.component.scss
│ │ │ ├── welcome-page
│ │ │ │ ├── welcome-page.component.scss
│ │ │ │ └── welcome-page.component.ts
│ │ │ ├── demo
│ │ │ │ ├── pages
│ │ │ │ │ ├── sidenav-page
│ │ │ │ │ │ └── sidenav-page.component.scss
│ │ │ │ │ ├── container-page
│ │ │ │ │ │ ├── container-page.component.scss
│ │ │ │ │ │ └── container-demo
│ │ │ │ │ │ │ └── container-demo.component.ts
│ │ │ │ │ ├── scroll-pages
│ │ │ │ │ │ ├── infinite-scroll-page.component.scss
│ │ │ │ │ │ ├── index.ts
│ │ │ │ │ │ ├── data-card
│ │ │ │ │ │ │ ├── data-card.component.html
│ │ │ │ │ │ │ ├── data-card.component.ts
│ │ │ │ │ │ │ └── data-card.component.scss
│ │ │ │ │ │ ├── infinite-scroll-demo
│ │ │ │ │ │ │ ├── infinite-scroll-demo.component.html
│ │ │ │ │ │ │ └── infinite-scroll-demo.component.scss
│ │ │ │ │ │ └── infinite-scroll-page.component.ts
│ │ │ │ │ ├── accordion-page
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── translate-page
│ │ │ │ │ │ └── translate-page.component.scss
│ │ │ │ │ ├── modal-page
│ │ │ │ │ │ ├── index.ts
│ │ │ │ │ │ ├── modal-page.component.scss
│ │ │ │ │ │ ├── modal-example
│ │ │ │ │ │ │ ├── modal-example.component.scss
│ │ │ │ │ │ │ └── modal-example.component.ts
│ │ │ │ │ │ └── dialog-example
│ │ │ │ │ │ │ └── dialog-without-footer-example.component.html
│ │ │ │ │ ├── confirmation-dialog-page
│ │ │ │ │ │ └── confirmation-dialog-page.component.scss
│ │ │ │ │ ├── form-control-page
│ │ │ │ │ │ ├── value-example
│ │ │ │ │ │ │ └── form-control-value-example.component.scss
│ │ │ │ │ │ ├── state-example
│ │ │ │ │ │ │ └── form-control-state-example.component.scss
│ │ │ │ │ │ ├── name-example
│ │ │ │ │ │ │ └── form-control-name-example.component.scss
│ │ │ │ │ │ ├── usage
│ │ │ │ │ │ │ └── pa-form-control-usage.component.ts
│ │ │ │ │ │ ├── validation-example
│ │ │ │ │ │ │ └── form-control-validation-example.component.scss
│ │ │ │ │ │ ├── form-control-page.component.scss
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── grid-page
│ │ │ │ │ │ ├── grid-page.component.ts
│ │ │ │ │ │ └── grid-page.component.scss
│ │ │ │ │ ├── chip-page
│ │ │ │ │ │ └── chip-page.component.scss
│ │ │ │ │ ├── palette-page
│ │ │ │ │ │ └── palette-page.component.ts
│ │ │ │ │ ├── distribute-page
│ │ │ │ │ │ └── distribute-page.component.ts
│ │ │ │ │ ├── radio-page
│ │ │ │ │ │ └── radio-page.component.scss
│ │ │ │ │ ├── expand-page
│ │ │ │ │ │ └── expander-page.component.scss
│ │ │ │ │ ├── button-page
│ │ │ │ │ │ ├── button-usage
│ │ │ │ │ │ │ └── button-usage.component.ts
│ │ │ │ │ │ ├── button-description
│ │ │ │ │ │ │ └── button-description.component.ts
│ │ │ │ │ │ └── button-page.component.scss
│ │ │ │ │ ├── common-doc
│ │ │ │ │ │ ├── base-control
│ │ │ │ │ │ │ └── base-control-usage.component.ts
│ │ │ │ │ │ ├── form-field-config-standalone.directive.ts
│ │ │ │ │ │ ├── form-field-config-ng-model.directive.ts
│ │ │ │ │ │ └── form-field-config-form-control.directive.ts
│ │ │ │ │ ├── ellipsis-tooltip-page
│ │ │ │ │ │ └── ellipsis-tooltip-page.component.scss
│ │ │ │ │ ├── popup-page
│ │ │ │ │ │ └── popup-component-usage
│ │ │ │ │ │ │ └── popup-component-usage.component.ts
│ │ │ │ │ ├── table-page
│ │ │ │ │ │ ├── common-table-description
│ │ │ │ │ │ │ └── common-table-description.component.ts
│ │ │ │ │ │ └── table-sortable-header-cell-page
│ │ │ │ │ │ │ └── table-sortable-header-cell-page.component.ts
│ │ │ │ │ ├── avatar-page
│ │ │ │ │ │ ├── avatar-page.component.scss
│ │ │ │ │ │ └── avatar-page.component.ts
│ │ │ │ │ ├── accessibility
│ │ │ │ │ │ ├── accessibility-page.component.html
│ │ │ │ │ │ └── accessibility-page.component.ts
│ │ │ │ │ ├── input-page
│ │ │ │ │ │ ├── index.ts
│ │ │ │ │ │ ├── input-form-group-example
│ │ │ │ │ │ │ └── input-form-group-example.component.ts
│ │ │ │ │ │ ├── input-standalone-example
│ │ │ │ │ │ │ └── input-standalone-example.component.ts
│ │ │ │ │ │ ├── input-form-control-example
│ │ │ │ │ │ │ └── input-form-control-example.component.ts
│ │ │ │ │ │ └── input-ng-model-example
│ │ │ │ │ │ │ └── input-ng-model-example.component.ts
│ │ │ │ │ ├── native-text-field-page
│ │ │ │ │ │ └── usage
│ │ │ │ │ │ │ └── native-text-field-usage.component.ts
│ │ │ │ │ ├── focusable-page
│ │ │ │ │ │ └── focusable-page.component.ts
│ │ │ │ │ ├── select-page
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── text-area-page
│ │ │ │ │ │ ├── index.ts
│ │ │ │ │ │ ├── textarea-form-group-example
│ │ │ │ │ │ │ └── textarea-form-group-example.component.ts
│ │ │ │ │ │ ├── textarea-standalone-example
│ │ │ │ │ │ │ └── textarea-standalone-example.component.ts
│ │ │ │ │ │ ├── textarea-form-control-example
│ │ │ │ │ │ │ └── textarea-form-control-example.component.ts
│ │ │ │ │ │ └── textarea-ng-model-example
│ │ │ │ │ │ │ └── textarea-ng-model-example.component.ts
│ │ │ │ │ ├── date-picker-page
│ │ │ │ │ │ ├── index.ts
│ │ │ │ │ │ ├── date-picker-form-control-example
│ │ │ │ │ │ │ ├── date-picker-form-control-example.component.html
│ │ │ │ │ │ │ └── date-picker-form-control-example.component.ts
│ │ │ │ │ │ ├── date-picker-form-group-example
│ │ │ │ │ │ │ ├── date-picker-form-group-example.component.html
│ │ │ │ │ │ │ └── date-picker-form-group-example.component.ts
│ │ │ │ │ │ ├── date-picker-standalone-example
│ │ │ │ │ │ │ ├── date-picker-standalone-example.component.html
│ │ │ │ │ │ │ └── date-picker-standalone-example.component.ts
│ │ │ │ │ │ └── date-picker-ng-model-example
│ │ │ │ │ │ │ ├── date-picker-ng-model-example.component.ts
│ │ │ │ │ │ │ └── date-picker-ng-model-example.component.html
│ │ │ │ │ ├── tabs-page
│ │ │ │ │ │ └── tabs-page.component.scss
│ │ │ │ │ ├── scrollbar-page
│ │ │ │ │ │ └── scrollbar-page.component.ts
│ │ │ │ │ ├── icon-page
│ │ │ │ │ │ ├── icon-page.component.scss
│ │ │ │ │ │ └── icon-page.component.ts
│ │ │ │ │ ├── card-page
│ │ │ │ │ │ └── card-page.component.ts
│ │ │ │ │ ├── typography-page
│ │ │ │ │ │ ├── typography-page.component.scss
│ │ │ │ │ │ └── typography-page.component.ts
│ │ │ │ │ ├── tooltip-page
│ │ │ │ │ │ └── tooltip-page.component.ts
│ │ │ │ │ ├── popover-page
│ │ │ │ │ │ └── popover-page.component.scss
│ │ │ │ │ ├── form-field-description.component.ts
│ │ │ │ │ └── breakpoint-page
│ │ │ │ │ │ └── breakpoint-page.component.ts
│ │ │ │ ├── demo.component.html
│ │ │ │ └── demo.directives.ts
│ │ │ ├── app.component.html
│ │ │ └── app-routing.module.ts
│ │ ├── index.ts
│ │ ├── environments
│ │ │ ├── environment.prod.ts
│ │ │ └── environment.ts
│ │ ├── favicon.png
│ │ ├── main.ts
│ │ ├── index.html
│ │ └── styles.scss
│ ├── tsconfig.app.json
│ └── tsconfig.spec.json
└── pastanaga-angular
│ ├── src
│ ├── index.ts
│ ├── lib
│ │ ├── card
│ │ │ ├── card.component.scss
│ │ │ ├── index.ts
│ │ │ ├── card.component.html
│ │ │ ├── card.module.ts
│ │ │ └── card.component.ts
│ │ ├── controls
│ │ │ ├── textfield
│ │ │ │ ├── typeahead-select
│ │ │ │ │ └── typeahead-select.component.scss
│ │ │ │ ├── input
│ │ │ │ │ └── input.component.scss
│ │ │ │ ├── select
│ │ │ │ │ └── index.ts
│ │ │ │ ├── textarea
│ │ │ │ │ └── index.ts
│ │ │ │ └── index.ts
│ │ │ ├── slider
│ │ │ │ ├── index.ts
│ │ │ │ └── slider.module.ts
│ │ │ ├── form-field
│ │ │ │ ├── index.ts
│ │ │ │ ├── form-field-hint
│ │ │ │ │ └── form-field-hint.component.html
│ │ │ │ └── form-field.module.ts
│ │ │ ├── toggles
│ │ │ │ └── index.ts
│ │ │ └── index.ts
│ │ ├── breakpoint-observer
│ │ │ └── index.ts
│ │ ├── button
│ │ │ ├── button.component.scss
│ │ │ ├── index.ts
│ │ │ ├── button.module.ts
│ │ │ └── button.component.html
│ │ ├── accordion
│ │ │ ├── accordion-item
│ │ │ │ └── index.ts
│ │ │ └── index.ts
│ │ ├── datetime
│ │ │ ├── datetime.component.html
│ │ │ ├── index.ts
│ │ │ └── datetime.module.ts
│ │ ├── dropdown
│ │ │ ├── option
│ │ │ │ └── option.component.scss
│ │ │ ├── separator
│ │ │ │ ├── separator.component.scss
│ │ │ │ └── separator.component.ts
│ │ │ ├── index.ts
│ │ │ ├── dropdown.component.html
│ │ │ ├── option-header
│ │ │ │ ├── option-header.component.scss
│ │ │ │ └── option-header.component.ts
│ │ │ └── dropdown.component.scss
│ │ ├── focusable
│ │ │ ├── index.ts
│ │ │ └── focusable.module.ts
│ │ ├── avatar-pile
│ │ │ ├── index.ts
│ │ │ └── avatar-pile.module.ts
│ │ ├── date-picker
│ │ │ ├── index.ts
│ │ │ └── date-picker.module.ts
│ │ ├── expander
│ │ │ ├── expander.component.scss
│ │ │ ├── index.ts
│ │ │ ├── expander.directive.ts
│ │ │ └── expander.module.ts
│ │ ├── tabs
│ │ │ ├── index.ts
│ │ │ ├── tabs-list.component.html
│ │ │ ├── tab-item.component.html
│ │ │ └── tabs.module.ts
│ │ ├── toast
│ │ │ ├── index.ts
│ │ │ ├── toast.model.ts
│ │ │ ├── toast.module.ts
│ │ │ └── toast.component.scss
│ │ ├── avatar
│ │ │ ├── index.ts
│ │ │ ├── avatar.model.ts
│ │ │ ├── avatar.module.ts
│ │ │ └── avatar.component.html
│ │ ├── scroll
│ │ │ ├── index.ts
│ │ │ ├── infinite-scroll
│ │ │ │ ├── infinite-scroll.component.html
│ │ │ │ ├── infinite-scroll.component.scss
│ │ │ │ └── infinite-scroll.component.spec.ts
│ │ │ └── scroll.module.ts
│ │ ├── icon
│ │ │ ├── icon.component.html
│ │ │ ├── index.ts
│ │ │ ├── icon.model.ts
│ │ │ ├── svg-loader.interface.ts
│ │ │ ├── svg-loader.ts
│ │ │ └── icon.module.ts
│ │ ├── tooltip
│ │ │ ├── index.ts
│ │ │ ├── tooltip.component.html
│ │ │ └── tooltip.module.ts
│ │ ├── table
│ │ │ ├── table-row-header
│ │ │ │ ├── table-row-header.component.html
│ │ │ │ └── table-row-header.component.ts
│ │ │ ├── table-sortable-header
│ │ │ │ └── table-sortable-header.component.scss
│ │ │ ├── table-row
│ │ │ │ ├── table-row.component.html
│ │ │ │ └── table-row.component.ts
│ │ │ ├── table-cell-menu
│ │ │ │ ├── table-cell-menu.component.html
│ │ │ │ └── table-cell-menu.component.ts
│ │ │ ├── table-cell
│ │ │ │ ├── table-cell.component.html
│ │ │ │ └── table-cell.component.ts
│ │ │ ├── table.component.html
│ │ │ ├── table-lead-cell-multi-line
│ │ │ │ ├── table-lead-cell-multi-line.component.html
│ │ │ │ ├── table-lead-cell-multi-line.component.scss
│ │ │ │ └── table-lead-cell-multi-line.component.ts
│ │ │ ├── table-sortable-header-cell
│ │ │ │ └── table-sortable-header-cell.component.html
│ │ │ ├── index.ts
│ │ │ ├── table.models.ts
│ │ │ └── table.directives.ts
│ │ ├── side-nav
│ │ │ ├── index.ts
│ │ │ ├── side-nav-item
│ │ │ │ ├── side-nav-item.component.html
│ │ │ │ └── side-nav-item.component.ts
│ │ │ ├── side-nav.directive.ts
│ │ │ └── side-nav.component.html
│ │ ├── popup
│ │ │ ├── popup.component.html
│ │ │ ├── popover
│ │ │ │ └── popover.component.html
│ │ │ ├── index.ts
│ │ │ ├── popup.service.ts
│ │ │ └── popup.module.ts
│ │ ├── translate
│ │ │ ├── index.ts
│ │ │ ├── translate.model.ts
│ │ │ └── i18n
│ │ │ │ └── en.ts
│ │ ├── chips
│ │ │ ├── index.ts
│ │ │ ├── chip
│ │ │ │ ├── chip.component.ts
│ │ │ │ └── chip.component.html
│ │ │ ├── base-chip.ts
│ │ │ ├── chip-closeable
│ │ │ │ └── chip-closeable.component.ts
│ │ │ ├── chip-selectionable
│ │ │ │ └── chip-selectionable.component.ts
│ │ │ └── chip-expandable
│ │ │ │ └── chip-expandable.component.ts
│ │ └── modal
│ │ │ ├── index.ts
│ │ │ ├── confirmation-dialog
│ │ │ └── confirmation-dialog.component.ts
│ │ │ └── modal.directive.ts
│ ├── styles
│ │ ├── theme
│ │ │ ├── _tooltip.tokens.scss
│ │ │ ├── _icon.tokens.scss
│ │ │ ├── _popover.tokens.scss
│ │ │ ├── _z-index.tokens.scss
│ │ │ ├── _card.tokens.scss
│ │ │ ├── _avatar.tokens.scss
│ │ │ ├── _scrollbar.tokens.scss
│ │ │ └── _chips.tokens.scss
│ │ ├── components
│ │ │ ├── _focus.scss
│ │ │ ├── _popup.scss
│ │ │ ├── _icons.scss
│ │ │ └── _card.scss
│ │ ├── _utils.scss
│ │ └── _core.scss
│ ├── assets
│ │ └── fonts
│ │ │ └── Poppins
│ │ │ ├── Poppins-Black.ttf
│ │ │ ├── Poppins-Bold.ttf
│ │ │ ├── Poppins-Bold.woff
│ │ │ ├── Poppins-Light.ttf
│ │ │ ├── Poppins-Thin.ttf
│ │ │ ├── Poppins-Thin.woff
│ │ │ ├── Poppins-Black.woff
│ │ │ ├── Poppins-Black.woff2
│ │ │ ├── Poppins-Bold.woff2
│ │ │ ├── Poppins-Italic.ttf
│ │ │ ├── Poppins-Italic.woff
│ │ │ ├── Poppins-Italic.woff2
│ │ │ ├── Poppins-Light.woff
│ │ │ ├── Poppins-Light.woff2
│ │ │ ├── Poppins-Medium.ttf
│ │ │ ├── Poppins-Medium.woff
│ │ │ ├── Poppins-Medium.woff2
│ │ │ ├── Poppins-Regular.ttf
│ │ │ ├── Poppins-Regular.woff
│ │ │ ├── Poppins-SemiBold.ttf
│ │ │ ├── Poppins-Thin.woff2
│ │ │ ├── Poppins-BoldItalic.ttf
│ │ │ ├── Poppins-ExtraBold.ttf
│ │ │ ├── Poppins-ExtraBold.woff
│ │ │ ├── Poppins-ExtraLight.ttf
│ │ │ ├── Poppins-Regular.woff2
│ │ │ ├── Poppins-SemiBold.woff
│ │ │ ├── Poppins-SemiBold.woff2
│ │ │ ├── Poppins-ThinItalic.ttf
│ │ │ ├── Poppins-BlackItalic.ttf
│ │ │ ├── Poppins-BlackItalic.woff
│ │ │ ├── Poppins-BlackItalic.woff2
│ │ │ ├── Poppins-BoldItalic.woff
│ │ │ ├── Poppins-BoldItalic.woff2
│ │ │ ├── Poppins-ExtraBold.woff2
│ │ │ ├── Poppins-ExtraLight.woff
│ │ │ ├── Poppins-ExtraLight.woff2
│ │ │ ├── Poppins-LightItalic.ttf
│ │ │ ├── Poppins-LightItalic.woff
│ │ │ ├── Poppins-LightItalic.woff2
│ │ │ ├── Poppins-MediumItalic.ttf
│ │ │ ├── Poppins-MediumItalic.woff
│ │ │ ├── Poppins-ThinItalic.woff
│ │ │ ├── Poppins-ThinItalic.woff2
│ │ │ ├── Poppins-ExtraBoldItalic.ttf
│ │ │ ├── Poppins-MediumItalic.woff2
│ │ │ ├── Poppins-SemiBoldItalic.ttf
│ │ │ ├── Poppins-SemiBoldItalic.woff
│ │ │ ├── Poppins-ExtraBoldItalic.woff
│ │ │ ├── Poppins-ExtraBoldItalic.woff2
│ │ │ ├── Poppins-ExtraLightItalic.ttf
│ │ │ ├── Poppins-ExtraLightItalic.woff
│ │ │ ├── Poppins-ExtraLightItalic.woff2
│ │ │ └── Poppins-SemiBoldItalic.woff2
│ └── glyphs
│ │ ├── dash.svg
│ │ ├── plus.svg
│ │ ├── text.svg
│ │ ├── merged.svg
│ │ ├── background.svg
│ │ ├── columns.svg
│ │ ├── foreground.svg
│ │ ├── folder.svg
│ │ ├── arrow-topright.svg
│ │ ├── calendar.svg
│ │ ├── italic.svg
│ │ ├── page.svg
│ │ ├── footer.svg
│ │ ├── table.svg
│ │ ├── video.svg
│ │ ├── menu.svg
│ │ ├── toc.svg
│ │ ├── align-center.svg
│ │ ├── align-left.svg
│ │ ├── align-right.svg
│ │ ├── archive.svg
│ │ ├── mail.svg
│ │ ├── arrow-right.svg
│ │ ├── checkbox.svg
│ │ ├── chevron-left.svg
│ │ ├── chevron-up.svg
│ │ ├── mandatory.svg
│ │ ├── chevron-down.svg
│ │ ├── chevron-right.svg
│ │ ├── radiobutton.svg
│ │ ├── subtitle.svg
│ │ ├── title.svg
│ │ ├── arrow-down.svg
│ │ ├── copy.svg
│ │ ├── arrow-left.svg
│ │ ├── arrow-up.svg
│ │ ├── paste.svg
│ │ ├── warning.svg
│ │ ├── image-fit.svg
│ │ ├── highlight.svg
│ │ ├── paragraph.svg
│ │ ├── cross.svg
│ │ ├── home.svg
│ │ ├── rename.svg
│ │ ├── collection.svg
│ │ ├── row-delete.svg
│ │ ├── column-delete.svg
│ │ ├── image-right.svg
│ │ ├── image-left.svg
│ │ ├── news.svg
│ │ ├── security.svg
│ │ ├── leading.svg
│ │ ├── play.svg
│ │ ├── spacer.svg
│ │ ├── thumbnails.svg
│ │ ├── search.svg
│ │ ├── link.svg
│ │ ├── trash.svg
│ │ ├── pause.svg
│ │ ├── image-full.svg
│ │ ├── attachment.svg
│ │ ├── fullscreen.svg
│ │ ├── image.svg
│ │ ├── windowed.svg
│ │ ├── code.svg
│ │ ├── pencil.svg
│ │ ├── undo.svg
│ │ ├── slider.svg
│ │ ├── filter.svg
│ │ ├── review.svg
│ │ ├── redo.svg
│ │ ├── row-after.svg
│ │ ├── out.svg
│ │ ├── row-before.svg
│ │ ├── column-after.svg
│ │ ├── column-before.svg
│ │ ├── language.svg
│ │ ├── edit.svg
│ │ ├── leading-image.svg
│ │ ├── info.svg
│ │ ├── map.svg
│ │ ├── discussion.svg
│ │ ├── bold.svg
│ │ ├── upload.svg
│ │ ├── reverse.svg
│ │ ├── list.svg
│ │ ├── history.svg
│ │ ├── automated-content.svg
│ │ ├── state.svg
│ │ ├── more-horizontal.svg
│ │ ├── properties.svg
│ │ ├── navigation.svg
│ │ ├── tag.svg
│ │ ├── draggable.svg
│ │ └── quotes.svg
│ ├── global-setup.js
│ ├── jest.lib.config.js
│ ├── ng-package.json
│ ├── tsconfig.lib.prod.json
│ ├── tsconfig.spec.json
│ └── tsconfig.lib.json
├── .prettierignore
├── src
└── standalone-css.scss
├── jest.base.config.js
├── .prettierrc
├── .editorconfig
├── scripts
├── build.sh
└── generate-sprite.py
├── tag-version.sh
├── .github
└── workflows
│ ├── ci.yml
│ ├── ghpages.yml
│ └── tag.yml
├── .run
└── All Pastanaga.run.xml
├── ghpages.sh
└── test-config.helper.ts
/projects/demo/src/assets/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/projects/demo/src/app/app.component.scss:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/projects/demo/src/app/welcome-page/welcome-page.component.scss:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.prettierignore:
--------------------------------------------------------------------------------
1 | /dist
2 | /coverage
3 | .angular
4 | .github
5 | .run
6 |
--------------------------------------------------------------------------------
/projects/demo/src/app/demo/pages/sidenav-page/sidenav-page.component.scss:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/projects/pastanaga-angular/src/index.ts:
--------------------------------------------------------------------------------
1 | export * from './public-api';
2 |
--------------------------------------------------------------------------------
/projects/demo/src/app/demo/pages/container-page/container-page.component.scss:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/projects/demo/src/index.ts:
--------------------------------------------------------------------------------
1 | export * from './assets';
2 | export * from './app/demo';
3 |
--------------------------------------------------------------------------------
/projects/pastanaga-angular/src/lib/card/card.component.scss:
--------------------------------------------------------------------------------
1 | :host {
2 | display: block;
3 | }
4 |
--------------------------------------------------------------------------------
/projects/pastanaga-angular/src/lib/controls/textfield/typeahead-select/typeahead-select.component.scss:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/projects/demo/src/app/app.component.html:
--------------------------------------------------------------------------------
1 |
6 | Elements which need to be invisible but should stay available for screen readers can use the `.pa-sr-only` class. 7 |
8 |{{code}}
12 | Total: {{ total | async }}
11 |Card content can be anything
14 |Some simple content, like a simple form.
9 |{{component}} supports 3 modes internally in order to be used in various context:
7 | value,ngModel directive,formControl and formControlName directives,