
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
angular-aframe-pipe
Advanced tools
A-Frame pipe for Angular
npm install --save angular-aframe-pipe
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.
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.
MIT. Copyright (C) 2018, Uri Shaked.
1.0.0 - 2018-04-18
FAQs
A-Frame pipe for interop with Angular
The npm package angular-aframe-pipe receives a total of 3 weekly downloads. As such, angular-aframe-pipe popularity was classified as not popular.
We found that angular-aframe-pipe demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.