Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@appcustom/layout-components

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appcustom/layout-components - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

1

lib/layout-components.component.d.ts

@@ -10,2 +10,3 @@ import { EventEmitter } from '@angular/core';

viewer: import("@angular/core").InputSignal<boolean>;
inputPrototype: import("@angular/core").WritableSignal<null>;
prototypeEmitter: EventEmitter<any>;

@@ -12,0 +13,0 @@ emitPrototype(inputPrototype: any): void;

3

package.json
{
"name": "@appcustom/layout-components",
"version": "0.0.3",
"license" :"MIT",
"version": "0.0.4",
"peerDependencies": {

@@ -6,0 +5,0 @@ "@angular/common": "^17.2.0",

@@ -1,34 +0,32 @@

# Appcustom Components Library
# COMPONENTS CATEGORIES
This is a TypeScript library designed to simplify the process of managing layout and data in your Angular TypeScript projects.
- Actions (i.e. buttons, dropdown, modals, swap)
- Data display (i.e. accordion, badge, cards, grid, table, timeline)
- Navigation (breadcrumbs, link, menu, navbar, steps, tab)
- Layout (artboard, divider, footer, hero, indicator, stack, mask)
It consists of four categories:
- Box display (components that requires an object as input)
- Data display (components that requires an array as input)
- Catalogue (components for ecommerce)
- Navigation (menu, sidenav)
## Installation
# LayoutComponents
You can install this library via npm:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.2.0.
```bash
npm install @appcustom/layout-components
```
## Code scaffolding
## License
Run `ng generate component component-name --project layout-components` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project layout-components`.
> Note: Don't forget to add `--project layout-components` or else it will be added to the default project in your `angular.json` file.
This library is released under the MIT License.
## Build
## Credits
Run `ng build layout-components` to build the project. The build artifacts will be stored in the `dist/` directory.
This library was developed and is maintained by the Appcustom team.
## Publishing
After building your library with `ng build layout-components`, go to the dist folder `cd dist/layout-components` and run `npm publish`.
## Running unit tests
Run `ng test layout-components` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Further help
If you need help with this library, please contact us at appcustom.io or visit our website at https://appcustom.i0.
# FIREBASE VIEWER BUILDER
https://appcustom-components-library.firebaseapp.com/
npm run build --project library-viewer
firebase deploy
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc