Socket
Socket
Sign inDemoInstall

angular-aframe-pipe

Package Overview
Dependencies
5
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    angular-aframe-pipe

A-Frame pipe for interop with Angular


Version published
Weekly downloads
6
increased by100%
Maintainers
1
Install size
50.6 kB
Created
Weekly downloads
 

Changelog

Source

1.0.0 - 2018-04-18

  • Initial release

Readme

Source

angular-aframe-pipe

A-Frame pipe for Angular

Build Status

Installation

npm install --save angular-aframe-pipe

Usage

Import AframePipeModule into your app's modules:

import { AframePipeModule } from 'angular-aframe-pipe';

@NgModule({
  imports: [
    AframePipeModule
  ]
})

This makes all the aframe pipe available for use in your app components.

Using the pipe

Use the pipe whenever you need to pass a custom value as an attribute to a-frame element in your Angular template:

<a-sphere [attr.position]="{x: 0, y: height, z: 0} | aframe">
</a-sphere>

This will set the height of the sphere dynamically, based on the height property of your component.

License

MIT. Copyright (C) 2018, Uri Shaked.

Keywords

FAQs

Last updated on 18 Apr 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc