Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 3791929

Browse files
committed
Updated build and version.
1 parent b4340a0 commit 3791929

File tree

3 files changed

+21
-66
lines changed

3 files changed

+21
-66
lines changed

demo/package-lock.json

+17-63
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-material-formio-demo",
3-
"version": "2.0.0-rc.1",
3+
"version": "2.0.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -23,7 +23,8 @@
2323
"@angular/platform-browser": "^11.0.5",
2424
"@angular/platform-browser-dynamic": "^11.0.5",
2525
"@angular/router": "^11.0.5",
26-
"@formio/angular-material": "^2.0.0-rc.1",
26+
"@formio/angular-material": "^2.0.0",
27+
"@formio/angular": "^5.0.0-rc.4",
2728
"formiojs": "^4.12.3",
2829
"hammerjs": "^2.0.8",
2930
"rxjs": "^6.6.3",

demo/src/app/CustomComponent.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* This file demonstrates how to create a custom component in Angular Material
33
*/
4-
import { Components, MaterialComponent, registerComponent } from 'angular-material-formio';
4+
import { Components, MaterialComponent, registerComponent } from '@formio/angular-material';
55
import { Component } from '@angular/core';
66
@Component({
77
template:'<b>My Custom Component</b>'

0 commit comments

Comments
 (0)