{"id":18307956,"url":"https://github.com/froala/angular-froala-systemjs-demo","last_synced_at":"2025-04-09T11:25:22.672Z","repository":{"id":141660079,"uuid":"188407581","full_name":"froala/angular-froala-systemjs-demo","owner":"froala","description":"A quick starter to use angular-froala with system  js ","archived":false,"fork":false,"pushed_at":"2019-05-24T11:51:56.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-15T05:24:59.794Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/froala.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-24T11:06:28.000Z","updated_at":"2020-11-19T04:46:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"6c0153d9-8180-46c3-80da-de4049ac974c","html_url":"https://github.com/froala/angular-froala-systemjs-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/froala%2Fangular-froala-systemjs-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/froala%2Fangular-froala-systemjs-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/froala%2Fangular-froala-systemjs-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/froala%2Fangular-froala-systemjs-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/froala","download_url":"https://codeload.github.com/froala/angular-froala-systemjs-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248029226,"owners_count":21035961,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T16:06:05.246Z","updated_at":"2025-04-09T11:25:22.654Z","avatar_url":"https://github.com/froala.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular Froala SystemJS - Demo\nA quick starter to use angular-froala-wysiwyg with SystemJS\n\n#### Add angular-froala-wysiwyg\n\n- install `angular-froala-wysiwyg`\n\n```bash\nnpm install angular-froala-wysiwyg --save\n```\n\n- open `src/app/app.module.ts` and add\n\n```typescript\n// Import all Froala Editor plugins.\n// import 'froala-editor/js/plugins.pkgd.min.js';\n\n// Import a single Froala Editor plugin.\n// import 'froala-editor/js/plugins/align.min.js';\n\n// Import a Froala Editor language file.\n// import 'froala-editor/js/languages/de.js';\n\n// Import Angular2 plugin.\nimport { FroalaEditorModule, FroalaViewModule } from 'angular-froala-wysiwyg';\n...\n\n@NgModule({\n   ...\n   imports: [FroalaEditorModule.forRoot(), FroalaViewModule.forRoot(), ... ],\n   ...\n})\n```\n\n- open `angular.json` file and insert a new entry into the `styles` array\n\n```json\n\"styles\": [\n  \"styles.css\",\n  \"./node_modules/froala-editor/css/froala_editor.pkgd.min.css\",\n  \"./node_modules/froala-editor/css/froala_style.min.css\",\n]\n```\n\n- open `src/app/app.component.ts` file and add to the template\n\n```html\n\u003cdiv [froalaEditor]\u003eHello, Froala!\u003c/div\u003e\n```\n\n- \n\n#### Run app\n\n```bash\nnpm run start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffroala%2Fangular-froala-systemjs-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffroala%2Fangular-froala-systemjs-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffroala%2Fangular-froala-systemjs-demo/lists"}