create function with auth
This commit is contained in:
@ -20,10 +20,6 @@ export class CreatePostComponent {
|
||||
});
|
||||
|
||||
constructor() {
|
||||
effect(() => {
|
||||
console.log('create', this.post());
|
||||
});
|
||||
|
||||
setTimeout(() => {
|
||||
this.post.set({ ...this.post(), title: 'adf' });
|
||||
}, 1000);
|
||||
|
Reference in New Issue
Block a user