Get started with angular-resizable CDN
MIT licensed
Angular-resizable is a directive for AngularJS that enables resizing of HTML elements with ease.
Tags:- angular
- angular-js
- angularjs
- resize
- resizable
- directive
- container
- lightweight
Stable version
Copied!
How to start using angular-resizable CDN
import { NgModule } from '@angular/core';
import { AngularResizableModule } from 'angular-resizable'; // Import the module
@NgModule({
imports: [AngularResizableModule], // Add it to imports
})
export class AppModule { }
Copied!
Copied!
Copied!
Copied!